Skip to content

Commit

Permalink
update to use latest early access images
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Dec 2, 2018
1 parent 91e7af6 commit 166ad4d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ matrix:
- env: DEPLOY='macos-early-access'
os: osx
jdk: openjdk-ea

- env: DEPLOY='linux-early-access-loom' TAG="untagged-7c1245bc8d72d5f86345" NAME="jdk-12-loom"

- env: DEPLOY='linux-early-access-loom' TAG="untagged-7671415e35c3e07994a8" NAME="jdk-12-loom"

- env: DEPLOY='linux-early-access-amber' TAG="untagged-7671415e35c3e07994a8" NAME="jdk-12-amber"
- env: DEPLOY='linux-early-access-amber' TAG="untagged-7c1245bc8d72d5f86345" NAME="jdk-12-amber"

- env: DEPLOY='linux-early-access-lworld' TAG="untagged-7671415e35c3e07994a8" NAME="jdk-12-lworld"
- env: DEPLOY='linux-early-access-lworld' TAG="untagged-7c1245bc8d72d5f86345" NAME="jdk-12-lworld"

- env: DEPLOY='macos-early-access-loom' TAG="untagged-7671415e35c3e07994a8" NAME="jdk-12-loom"
- env: DEPLOY='macos-early-access-loom' TAG="untagged-7c1245bc8d72d5f86345" NAME="jdk-12-loom"
os: osx

- env: DEPLOY='macos-early-access-amber' TAG="untagged-7671415e35c3e07994a8" NAME="jdk-12-amber"
- env: DEPLOY='macos-early-access-amber' TAG="untagged-7c1245bc8d72d5f86345" NAME="jdk-12-amber"
os: osx

- env: DEPLOY='macos-early-access-lworld' TAG="untagged-7671415e35c3e07994a8" NAME="jdk-12-lworld"
- env: DEPLOY='macos-early-access-lworld' TAG="untagged-7c1245bc8d72d5f86345" NAME="jdk-12-lworld"
os: osx

# allow_failures:
Expand Down

0 comments on commit 166ad4d

Please sign in to comment.