liquor-cabinet/.travis.yml
2016-02-11 17:22:14 +01:00

23 lines
423 B
YAML

language: ruby
rvm:
- 2.2
before_install:
- sh .travis/install_riakcs.sh
before_script:
- cp config.yml.example config.yml
script: bundle exec rake test
branches:
only:
- master
- stable
notifications:
email: false
webhooks:
urls:
- http://hook-juggler.herokuapp.com/hooks/travis
on_success: always
on_failure: always
# Force legacy Blue Box build for now
sudo: required
group: legacy