liquor-cabinet/.travis.yml

26 lines
428 B
YAML

language: ruby
cache: bundler
rvm:
- 2.5
- 2.6
services:
- redis-server
before_script:
- cp config.yml.example.$BACKEND config.yml
script: ruby spec/$BACKEND/*
branches:
only:
- master
- stable
notifications:
email: false
webhooks:
urls:
- http://hook-juggler.herokuapp.com/hooks/travis
on_success: always
on_failure: always
env:
- BACKEND=s3
# Run on Docker infrastructure
sudo: false