We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356474f commit cfc7aa9Copy full SHA for cfc7aa9
.travis.yml
@@ -3,7 +3,7 @@ language: java
3
jdk:
4
- oraclejdk8
5
6
-script: ./build.sh
+script: mvn test -B
7
8
notifications:
9
email:
build.sh
0 commit comments