try to fix travis

This commit is contained in:
Christian Mehlmauer
2017-01-31 21:36:00 +01:00
parent 01261d4d29
commit f0126ca860

View File

@@ -17,10 +17,11 @@ before_install:
- "env"
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- "gem install bundler"
- "bundler --version"
before_script:
- "unzip -o $TRAVIS_BUILD_DIR/data.zip -d $TRAVIS_BUILD_DIR"
install:
- "bundle install -f --jobs=3 --retry=3"
- "bundle install --jobs=3 --retry=3"
script:
- "bundle exec rspec"
notifications: