Skip to content

Commit

Permalink
upgrade early-access images
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Dec 31, 2018
1 parent d456ad9 commit 2c2c9a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ matrix:
os: osx
jdk: openjdk-ea

- env: DEPLOY='linux-early-access-loom' TAG="untagged-016a7ec586a9d9b635ee" NAME="jdk-12-loom"
- env: DEPLOY='linux-early-access-loom' TAG="untagged-66c0806e5578221ad9f2" NAME="jdk-12-loom"

- env: DEPLOY='linux-early-access-amber' TAG="untagged-016a7ec586a9d9b635ee" NAME="jdk-12-amber"
- env: DEPLOY='linux-early-access-amber' TAG="untagged-66c0806e5578221ad9f2" NAME="jdk-12-amber"

- env: DEPLOY='linux-early-access-lworld' TAG="untagged-016a7ec586a9d9b635ee" NAME="jdk-12-lworld"
- env: DEPLOY='linux-early-access-lworld' TAG="untagged-66c0806e5578221ad9f2" NAME="jdk-12-lworld"

- env: DEPLOY='macos-early-access-loom' TAG="untagged-016a7ec586a9d9b635ee" NAME="jdk-12-loom"
- env: DEPLOY='macos-early-access-loom' TAG="untagged-66c0806e5578221ad9f2" NAME="jdk-12-loom"
os: osx

- env: DEPLOY='macos-early-access-amber' TAG="untagged-016a7ec586a9d9b635ee" NAME="jdk-12-amber"
- env: DEPLOY='macos-early-access-amber' TAG="untagged-66c0806e5578221ad9f2" NAME="jdk-12-amber"
os: osx

- env: DEPLOY='macos-early-access-lworld' TAG="untagged-016a7ec586a9d9b635ee" NAME="jdk-12-lworld"
- env: DEPLOY='macos-early-access-lworld' TAG="untagged-66c0806e5578221ad9f2" NAME="jdk-12-lworld"
os: osx

# allow_failures:
Expand Down

0 comments on commit 2c2c9a3

Please sign in to comment.