Files
wpscan/.travis.yml
Christian Mehlmauer be5662b5f1 travis
2016-08-08 21:52:30 +02:00

26 lines
434 B
YAML

language: ruby
sudo: false
cache: bundler
rvm:
# Still not in Travis :(
# - 2.1.9
- 2.2.0
- 2.2.1
- 2.2.2
- 2.2.3
- 2.2.4
- 2.3.0
- 2.3.1
before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
before_script:
- "unzip %TRAVIS_BUILD_DIR%/data.zip -d %TRAVIS_BUILD_DIR%"
script: bundle exec rspec
notifications:
email:
- team@wpscan.org
# do not build gh-pages branch
branches:
except:
- gh-pages