Skip to content

Commit

Permalink
fix run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
QProgS committed Apr 13, 2018
1 parent 267c2b2 commit fdb0342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: java
install:
- mvn test-compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- mvn test-compile -Dmaven.javadoc.skip=true -B -V
after_success:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent test org.jacoco:jacoco-maven-plugin:report org.eluder.coveralls:coveralls-maven-plugin:report
jdk:
Expand Down

0 comments on commit fdb0342

Please sign in to comment.