From e63e96f5ed4d33b14db6e1ce139f088c8a8fe0c9 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Mon, 8 Aug 2016 22:04:42 +0200 Subject: [PATCH] travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 877e8441..ff3e3945 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ rvm: before_install: - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" before_script: - - "unzip $TRAVIS_BUILD_DIR/data.zip -d $TRAVIS_BUILD_DIR" + - "unzip -o $TRAVIS_BUILD_DIR/data.zip -d $TRAVIS_BUILD_DIR" script: bundle exec rspec notifications: email: