Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk committed Sep 22, 2015
1 parent 9572f49 commit 8c18055
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ sudo: false

script:
- ant run
- ant jar
- java -classpath ./dist/SIT213.jar Simulateur -seed 42
- java -classpath ./dist/SIT213.jar Simulateur -mess "0101011100111"
- java -classpath ./dist/SIT213.jar Simulateur -mess 12
- java -classpath ./dist/SIT213.jar Simulateur

notifications:
email:
Expand Down

0 comments on commit 8c18055

Please sign in to comment.