From 2a282b1bae695dd786d5c854ebc69be3705a5a01 Mon Sep 17 00:00:00 2001 From: Nicolas Leroux Date: Sat, 4 Jan 2014 14:48:06 +0100 Subject: [PATCH] Delete .travis.yml --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a8899aa734..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: java -jdk: - - openjdk6 -script: ant -buildfile ./framework/build.xml test -after_failure: - cat ./samples-and-tests/just-test-cases/test-result/*.failed.html - cat ./samples-and-tests/forum/test-result/*.failed.html - cat ./samples-and-tests/zencontact/test-result/*.failed.html - cat ./samples-and-tests/jobboard/test-result/*.failed.html - cat ./samples-and-tests/yabe/test-result/*.failed.html -notifications: - email: - on_success: change - on_failure: always \ No newline at end of file