Files
wpscan/.travis.yml
Christian Mehlmauer d34da72cd3 ruby 2.0.0 is EOL
2016-02-24 23:41:32 +01:00

30 lines
398 B
YAML

language: ruby
sudo: false
cache: bundler
rvm:
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4
- 2.1.5
- 2.1.6
- 2.1.7
- 2.1.8
- 2.2.0
- 2.2.1
- 2.2.2
- 2.2.3
- 2.2.4
- 2.3.0
before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
script: bundle exec rspec
notifications:
email:
- team@wpscan.org
# do not build gh-pages branch
branches:
except:
- gh-pages