Absolute path for junit.jar lib

This commit is contained in:
David Lewis 2017-08-21 17:21:29 -07:00
parent 835af81790
commit 0eef9440cb
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ language: java
jdk:
- oraclejdk8
script:
- ant -lib test/lib/junit.jar testci
- ant -lib ~/build/FreeCol/freecol/test/lib/junit.jar testci
- cat build/report/*.txt