We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671a00d commit a307060Copy full SHA for a307060
1 file changed
.travis.yml
@@ -1,8 +1,7 @@
1
language: java
2
jdk:
3
- - openjdk7
+# - openjdk7 #It seems openjdk temp fail on Travis
4
- oraclejdk7
5
-before_install: cd core
6
install: true
7
after_success:
8
- mvn clean test jacoco:report coveralls:report
0 commit comments