Thursday, 15 March 2012

java - Skip mvn test -B in travis ci -


I am using Travis CI for the project. I want to leave the test. I have added it to .travis.yml:

  Install: MVN Clean Package Eclipse: eclipse-eclipse.pde install -DskipTests = true -Darguments = - DskipTests  

but it always runs mvn test-B . How can I avoid it?

build configuration -

to create "install" as empty command For example -


No comments:

Post a Comment