Skip to content

Commit

Permalink
Do not execute Travis with JDK9 due to a problem with JRuby (compass …
Browse files Browse the repository at this point in the history
…plugin)
  • Loading branch information
aalmiray committed Dec 11, 2017
1 parent 81f9516 commit a11fd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_script:
script: ./gradlew clean build
jdk:
- oraclejdk8
- oraclejdk9
# - oraclejdk9
env: TERM=dumb
# after_success:
#  - ./gradlew coveralls
Expand Down

0 comments on commit a11fd15

Please sign in to comment.