rf-web/vendor/bundle/gems/mercenary-0.3.6/.travis.yml

16 lines
248 B
YAML
Raw Normal View History

2019-10-21 08:18:17 +00:00
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