From 238500d339deec91413c9db74b4b616eea3599b1 Mon Sep 17 00:00:00 2001 From: Mohamed Ez-zarghili <8616968+ezzarghili@users.noreply.github.com> Date: Sun, 29 Sep 2019 21:06:29 +0100 Subject: [PATCH] update to jvmci-19.3-b03 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2077500..9f50dfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: jdk: - openjdk8 env: - - JVMCI_VERSION=19.3-b02 + - JVMCI_VERSION=19.3-b03 script: - env | sort # Only run build for a pull request or when pushing a tagged commit to master