Skip to content

Commit

Permalink
upgrade jvmci version
Browse files Browse the repository at this point in the history
  • Loading branch information
Haiyang-Sun committed May 30, 2020
1 parent ae261c4 commit 024a678
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 @@ -24,7 +24,7 @@ before_install:
exit
}
fi
- wget https://github.com/graalvm/openjdk8-jvmci-builder/releases/download/jvmci-19.3-b07/openjdk-8u242-jvmci-19.3-b07-linux-amd64.tar.gz
- wget https://github.com/graalvm/openjdk8-jvmci-builder/releases/download/jvmci-20.1-b02/openjdk-8u252+09-jvmci-20.1-b02-linux-amd64.tar.gz
- mkdir openjdk1.8.0-jvmci
- tar --strip 1 -C openjdk1.8.0-jvmci -xvf openjdk-*.tar.gz
- git clone https://github.com/graalvm/mx.git
Expand Down

0 comments on commit 024a678

Please sign in to comment.