Added a .travis.yml file for Travis CI configuration.

This commit is contained in:
Marcus Whybrow 2012-06-06 00:16:39 +01:00
parent 93ba2c12f4
commit a283b003b9

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: java
before_install:
- sudo apt-get update
- sudo apt-get install shunit2
script: ./test.sh