Skip to content

Commit

Permalink
Attempt to run jdk8/jdk9 on Travos
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Sep 29, 2017
1 parent 8ba0b2b commit c928586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ before_install:
before_script:
- ./gradlew --version
script: ./gradlew clean build
jdk: oraclejdk8
jdk: oraclejdk9
env: TERM=dumb
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ gitPublish {
contents {
from project(':guide').guide.outputs.files
}
commitMessage = "Publish guide for $version"

/*
credentials {
Expand Down

0 comments on commit c928586

Please sign in to comment.