Skip to content

Commit

Permalink
[GR-16977] Disable failing travis gate.
Browse files Browse the repository at this point in the history
PullRequest: graal/4028
  • Loading branch information
gilles-duboscq committed Jul 18, 2019
2 parents 73c4baf + 7c9a1bc commit 8e76154
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ matrix:
- env: JDK="jdk11" GATE="style,fullbuild" PRIMARY="compiler"
- env: JDK="jdk11" GATE="build,test" PRIMARY="compiler"
- env: JDK="jdk11" GATE="build,bootstraplite" PRIMARY="compiler"
- env: JDK="jdk11" GATE="build,test,helloworld" PRIMARY="substratevm"
# GR-16977
# - env: JDK="jdk11" GATE="build,test,helloworld" PRIMARY="substratevm"

install:
- |
Expand Down

0 comments on commit 8e76154

Please sign in to comment.