Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ branches:
before_install:
- if [[ $TRAVIS_JDK_VERSION = 'oraclejdk8' ]]; then sudo apt-get update; sudo apt-get install oracle-java8-installer; else true; fi

script: (mvn package && travis_retry mvn install $TARGET -Dinvoker.skip=false) | egrep -v 'Download|\\[exec\\] [[:digit:]]+/[[:digit:]]+|^[[:space:]]*\\[exec\\][[:space:]]*$' ; [ ${PIPESTATUS[0]} == 0 ]
script: travis_retry mvn install $TARGET -Dinvoker.skip=false | egrep -v 'Download|\\[exec\\] [[:digit:]]+/[[:digit:]]+|^[[:space:]]*\\[exec\\][[:space:]]*$' ; [ ${PIPESTATUS[0]} == 0 ]
install: /bin/true
notifications:
irc:
2 changes: 1 addition & 1 deletion test/pom.rb
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
jar 'junit:junit:4.11'
jar 'commons-logging:commons-logging:1.1.3'
jar 'org.livetribe:livetribe-jsr223:2.0.7'
jar 'org.jruby:jruby-core:${version}'
jar 'org.jruby:jruby-lib:${version}'
end
scope :provided do
jar 'org.apache.ant:ant:${ant.version}'

0 comments on commit 872bc73

Please sign in to comment.