So long hidden files!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:03:08 +02:00
parent 4f594d59cc
commit 28b9c15256
7 changed files with 0 additions and 90 deletions

View File

@@ -1,36 +0,0 @@
language: ruby
sudo: false
cache: bundler
rvm:
- 2.1.9
- 2.2.0
- 2.2.1
- 2.2.2
- 2.2.3
- 2.2.4
- 2.3.0
- 2.3.1
- 2.3.2
- 2.3.3
- 2.4.1
- 2.4.2
- 2.5.0
- 2.5.1
- ruby-head
before_install:
- "env"
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- "gem install bundler"
- "gem regenerate_binstubs"
- "bundle --version"
before_script:
- "unzip -o $TRAVIS_BUILD_DIR/data.zip -d $HOME/.wpscan/"
script:
- "bundle exec rspec"
notifications:
email:
- team@wpscan.org
# do not build gh-pages branch
branches:
except:
- gh-pages