Don't fail silent.

This commit is contained in:
g0tmi1k
2018-05-15 10:39:16 +01:00
parent 439900a1ea
commit 59368a72bd
3 changed files with 22 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ before_install:
- "gem regenerate_binstubs"
- "bundle --version"
before_script:
- "unzip -o $TRAVIS_BUILD_DIR/data.zip -d $HOME"
- "unzip -o $TRAVIS_BUILD_DIR/data.zip -d $HOME/.wpscan/"
script:
- "bundle exec rspec"
notifications: