From a283b003b99f08b7b9a8fd5d56bcd24c51b3aac6 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Wed, 6 Jun 2012 00:16:39 +0100 Subject: [PATCH] Added a .travis.yml file for Travis CI configuration. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..177a3f4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: java +before_install: + - sudo apt-get update + - sudo apt-get install shunit2 +script: ./test.sh \ No newline at end of file