Fix mising bundler in travis-ci trusty

This commit is contained in:
Karl Southern 2016-06-29 20:35:29 +01:00
parent 25d14f2624
commit b3e8d1a0f8

View File

@ -7,6 +7,7 @@ rvm:
jdk: jdk:
- oraclejdk8 - oraclejdk8
before_script: before_script:
- gem install bundler
- bundle exec rake vendor - bundle exec rake vendor
- bundle exec rake install_jars - bundle exec rake install_jars
- ./scripts/travis-before_script.sh - ./scripts/travis-before_script.sh