dimanche 5 avril 2015

How to build a NetBeans Project in Travis CI?


Vote count:

0




According to Travis CI steps for building a Java Project, created a .travis.yml file with the following contents:



language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6


When git push is done, Travis automatically starts building and executes ant test. But then it fails because package org.junit does not exist.


I do have tests running locally, and junit is present in .\lib\junit_4\junit-4.10.



asked 52 secs ago







How to build a NetBeans Project in Travis CI?

Aucun commentaire:

Enregistrer un commentaire