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 4c8e4c4 commit 62e9f1dCopy full SHA for 62e9f1d
.travis.yml
@@ -17,7 +17,9 @@ dist: trusty
17
# for gh-1388 (workaround for supporting test using OpenJDK 6)
18
matrix:
19
include:
20
- - env: JDK='OpenJDK 6'
+ env:
21
+ - JDK='OpenJDK 6'
22
+ - TEST_SUITE=run_tests
23
before_install:
24
- echo "MAVEN_OPTS='-Dlicense.skip=true'" > ~/.mavenrc
25
- TRAVIS_JDK_VERSION=openjdk6
0 commit comments