Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Nov 16, 2016
1 parent c2b1485 commit 53755e4
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .travis.yml
Expand Up @@ -19,7 +19,6 @@ before_script:
- echo $HOME

jdk:
# - openjdk7
- oraclejdk8

os:
Expand Down Expand Up @@ -49,43 +48,6 @@ env:
- PHASE='-Prake -Dtask=spec:jrubyc'
- PHASE='-Prake -Dtask=spec:profiler'

matrix:
include:
# these profile do no need to run for all JDKs
- env: PHASE='-Pdist'
jdk: oraclejdk8
- env: PHASE='-Pjruby-jars'
jdk: openjdk7
- env: PHASE='-Pmain'
jdk: oraclejdk8
- env: PHASE='-Pcomplete'
jdk: oraclejdk8
- env: PHASE='-Posgi'
jdk: openjdk7
- env: PHASE='-Pj2ee'
jdk: oraclejdk7
# These next two started crashing on JDK7 in March 2015, possibly due to JVM issues on Travis's Docker-based env
- env: PHASE='-Pjruby-jars,test -Dinvoker.test=extended'
jdk: oraclejdk8
- env: PHASE='-Pmain,test -Dinvoker.test=extended'
jdk: oraclejdk8
- env: PHASE='-Pjruby_complete_jar_extended -Dinvoker.skip=true'
jdk: oraclejdk8
- env: COMMAND=test/check_versions.sh
jdk: oraclejdk8
# JRuby+Truffle needs Java 8
- env: JT='test fast'
jdk: oraclejdk8
allow_failures:
- env: PHASE='-Pj2ee'
jdk: oraclejdk7
# NOTE: build seems to never start (waited for any to finish for more than a day) - probably a travis-ci bug
#- env: PHASE='-Pmain'
# sudo: required
# dist: trusty
# group: edge
# jdk: oraclejdk9

install: tool/travis-install.sh
script: tool/travis-script.sh

Expand Down

0 comments on commit 53755e4

Please sign in to comment.