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" - "env"
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- "gem install bundler" - "gem install bundler"
- "bundler --version"
before_script: before_script:
- "unzip -o $TRAVIS_BUILD_DIR/data.zip -d $TRAVIS_BUILD_DIR" - "unzip -o $TRAVIS_BUILD_DIR/data.zip -d $TRAVIS_BUILD_DIR"
install: install:
- "bundle install -f --jobs=3 --retry=3" - "bundle install --jobs=3 --retry=3"
script: script:
- "bundle exec rspec" - "bundle exec rspec"
notifications: notifications: