diff --git a/.travis.yml b/.travis.yml index 00cdf5fe..be5f473d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ before_install: - "gem regenerate_binstubs" - "bundle --version" before_script: - - "unzip -o $TRAVIS_BUILD_DIR/data.zip -d $TRAVIS_BUILD_DIR" + - "unzip -o $TRAVIS_BUILD_DIR/data.zip -d $HOME" script: - "bundle exec rspec" notifications: