mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Added a .travis.yml file for Travis CI configuration.
This commit is contained in:
parent
93ba2c12f4
commit
a283b003b9
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
language: java
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get update
|
||||||
|
- sudo apt-get install shunit2
|
||||||
|
script: ./test.sh
|
Loading…
Reference in New Issue
Block a user