Files
wpscan/.travis.yml
Christian Mehlmauer f0126ca860 try to fix travis
2017-01-31 21:36:00 +01:00

34 lines
551 B
YAML

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.0
before_install:
- "env"
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- "gem install bundler"
- "bundler --version"
before_script:
- "unzip -o $TRAVIS_BUILD_DIR/data.zip -d $TRAVIS_BUILD_DIR"
install:
- "bundle install --jobs=3 --retry=3"
script:
- "bundle exec rspec"
notifications:
email:
- team@wpscan.org
# do not build gh-pages branch
branches:
except:
- gh-pages