Skip to content

Commit

Permalink
Return to Java 7 and try to cat crash log.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 17, 2015
1 parent b43959c commit 53c41fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -12,8 +12,8 @@ before_script:
- echo $HOME

jdk:
# - openjdk7
- oraclejdk8
- openjdk7
# - oraclejdk8

os:
- linux
Expand All @@ -26,7 +26,7 @@ matrix:
include:
# these profile do no need to run for all JDKs
- env: PHASE='-Pjruby-jars,test -Dinvoker.test=extended'
jdk: oraclejdk8
jdk: oraclejdk7
fast_finish: true


Expand All @@ -37,7 +37,7 @@ branches:
- /^test-.*$/
- /^ha-feature/

script: if [[ -v COMMAND ]]; then $COMMAND; else travis_retry mvn -Pbootstrap clean install -Dinvoker.skip=false $PHASE | egrep -v 'Download|\\[exec\\] [[:digit:]]+/[[:digit:]]+|^[[:space:]]*\\[exec\\][[:space:]]*$' ; [ ${PIPESTATUS[0]} == 0 ]; fi
script: if [[ -v COMMAND ]]; then $COMMAND; else travis_retry mvn -Pbootstrap clean install -Dinvoker.skip=false $PHASE | egrep -v 'Download|\\[exec\\] [[:digit:]]+/[[:digit:]]+|^[[:space:]]*\\[exec\\][[:space:]]*$' ; [ ${PIPESTATUS[0]} == 0 ]; fi; cat *.log
install: /bin/true
notifications:
irc:
Expand Down

0 comments on commit 53c41fb

Please sign in to comment.