try to fix travis

This commit is contained in:
Christian Mehlmauer
2017-01-31 21:33:09 +01:00
parent f97d3436a5
commit 01261d4d29

View File

@@ -16,10 +16,13 @@ rvm:
before_install: before_install:
- "env" - "env"
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- "gem install bundler -v 1.13.7" - "gem install bundler"
before_script: before_script:
- "unzip -o $TRAVIS_BUILD_DIR/data.zip -d $TRAVIS_BUILD_DIR" - "unzip -o $TRAVIS_BUILD_DIR/data.zip -d $TRAVIS_BUILD_DIR"
script: bundle exec rspec install:
- "bundle install -f --jobs=3 --retry=3"
script:
- "bundle exec rspec"
notifications: notifications:
email: email:
- team@wpscan.org - team@wpscan.org