Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ env:
global:
- secure: "NS2hMbBcmi6EF4QxtcNs4A2ZuNmIdLYQRJUWWejgnD4YtcsmoVjxrHRedqrnDdui4DyvaxWhg/3Uds23jEKTSbbh3ZphLO77BVgM2nUGUvVoa4i6qGF2eZFlIhq2G1gM700GPV7X4KmyjYi2HtH8CWBTkqP3g0An63mCZw/Gnlk="
matrix:
- TRAVIS_JDK=adopt@1.8.202-08
- TRAVIS_JDK=8

before_install: curl -Ls https://git.io/jabba | bash && . ~/.jabba/jabba.sh
install: jabba install "$TRAVIS_JDK" && jabba use $_ && java -Xmx32m -version
install: jabba install "adopt@~1.$TRAVIS_JDK.0-0" && jabba use "$_" && java -Xmx32m -version

stages:
- validations
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
script: scripts/clean-and-cross-publish-local
- name: "Clean ~/.ivy2/local and cross-run publishLocal on Java 11"
script: scripts/clean-and-cross-publish-local
env: TRAVIS_JDK=adopt@1.11.0-2
env: TRAVIS_JDK=11

- stage: test-sbt
name: "Run scripted tests (a) for sbt 0.13.x"
Expand All @@ -74,23 +74,23 @@ jobs:
# Test against Java 11, but only for Scala 2.12
- stage: java11
script: scripts/test-scala-212
env: TRAVIS_JDK=adopt@1.11.0-2
env: TRAVIS_JDK=11
name: "Run tests for Scala 2.12 and Java 11"
- script: scripts/it-test-scala-212
env: TRAVIS_JDK=adopt@1.11.0-2
env: TRAVIS_JDK=11
name: "Run it tests for Scala 2.12 and Java 11"
- script: scripts/test-docs-212
env: TRAVIS_JDK=adopt@1.11.0-2
env: TRAVIS_JDK=11
name: "Run documentation tests for Scala 2.12 and Java 11"
- name: "Run scripted tests (a) for sbt 1.x and Java 11"
script: scripts/test-scripted 1.x 'play-sbt-plugin/*1of3'
env: TRAVIS_JDK=adopt@1.11.0-2
env: TRAVIS_JDK=11
- name: "Run scripted tests (b) for sbt 1.x and Java 11"
script: scripts/test-scripted 1.x 'play-sbt-plugin/*2of3'
env: TRAVIS_JDK=adopt@1.11.0-2
env: TRAVIS_JDK=11
- name: "Run scripted tests (c) for sbt 1.x and Java 11"
script: scripts/test-scripted 1.x 'play-sbt-plugin/*3of3'
env: TRAVIS_JDK=adopt@1.11.0-2
env: TRAVIS_JDK=11

cache:
directories:
Expand Down