This commit is contained in:
Christian Mehlmauer
2017-01-31 22:02:53 +01:00
parent ec831f7fed
commit 030c20a11b

View File

@@ -20,8 +20,6 @@ before_install:
- "bundler --version"
before_script:
- "unzip -o $TRAVIS_BUILD_DIR/data.zip -d $TRAVIS_BUILD_DIR"
install:
- "bundle install --jobs=3 --retry=3"
script:
- "bundle exec rspec"
notifications: