Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| language: java | |
| sudo: false | |
| jdk: | |
| - oraclejdk8 | |
| branches: | |
| only: | |
| - master | |
| script: mvn test -Dlog4j.configuration=file:`pwd`/owlsim-core/src/test/resources/log4j-travis.properties | |
| #before_install: | |
| # - cd owlsim-core; make | |
| after_success: | |
| - mvn clean cobertura:cobertura coveralls:report |