diff --git a/.travis.yml b/.travis.yml index 133440d5..831863a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: