sass-site/.travis.yml
2019-03-08 18:03:06 -08:00

14 lines
177 B
YAML

language: ruby
rvm:
- 2.5.3
script: bundle exec rake test
branches:
only:
- master
- wip.reference
# Feature branches beginning with "feature."
- "/^feature\\..*/"