Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -76,6 +76,11 @@ matrix:
jdk: oraclejdk8
- env: COMMAND=test/truffle/integration-tests.sh
jdk: oraclejdk8
- env: PHASE='-Pmain'
sudo: required
dist: trusty
group: edge
jdk: oraclejdk9

branches:
only:

1 comment on commit 2fa04aa

@kares
Copy link
Member

@kares kares commented on 2fa04aa Nov 25, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BanzaiMan caused all builds to hang since as the jdk-9 target never starts - stays always in a queued state

Please sign in to comment.