liquor-cabinet/.travis.yml
2016-01-22 23:00:13 +00:00

25 lines
468 B
YAML

language: ruby
cache: bundler
rvm:
- 2.2.4
before_install:
- sh .travis/install_riakcs.sh
- gem install bundler
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