We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa6a5e commit 2ae2d03Copy full SHA for 2ae2d03
1 file changed
.travis.yml
@@ -2,10 +2,7 @@ language: java
2
jdk:
3
- openjdk7
4
- oraclejdk7
5
-before_install
+before_install: cd core
6
install: true
7
-script:
8
- - cd
9
- - mvn clean deploy
10
after_success:
11
- mvn clean test jacoco:report coveralls:report
0 commit comments