openrocket/.travis.yml
soupwizard 1cfdbf7e3f Added a build target "unittest-no-junit-report" to run unit tests and
not create a junit report, but instead to show test run results in
the ant output stream. Modified .travis.yml to use
unittest-no-junit-report instead of unittest, and to change directory
to core before doing the build and unittest.
2013-04-24 20:03:12 -07:00

8 lines
168 B
YAML

language: java
jdk:
- oraclejdk7
script:
- "cd core"
- "ant -buildfile build.xml clean checkascii build jar"
- "ant -buildfile build.xml unittest-no-junit-report"