From 030c20a11b9e0f198b5b2d650c9752af9f6fed48 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Tue, 31 Jan 2017 22:02:53 +0100 Subject: [PATCH] travis --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) 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: