We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013163d commit 7cc7a09Copy full SHA for 7cc7a09
.travis.yml
@@ -1,5 +1,5 @@
1
language: java
2
jdk:
3
- oraclejdk8
4
-script:
5
- - mvn clean test -U
+before_script :
+ - mvn compile -U
0 commit comments