We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6f963 commit a302dafCopy full SHA for a302daf
.travis.yml
@@ -3,8 +3,8 @@ language: java
3
matrix:
4
include:
5
- os: linux
6
- jdk: oraclejdk8
+ jdk: oraclejdk7
7
- os: osx
8
- osx_image: xcode8
+ #osx_image: beta-xcode6.1
9
# Run Integration tests
10
script: "mvn test && mvn clean verify"
0 commit comments