rf-web/vendor/bundle/gems/mercenary-0.3.6/.travis.yml
2019-10-21 10:18:17 +02:00

16 lines
248 B
YAML

language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
sudo: false
cache: bundler
before_script: bundle update
script: "./script/cibuild"
notifications:
email:
recipients:
- mercenary@jekyllrb.com
on_success: change
on_failure: change