sass-site/.travis.yml

14 lines
177 B
YAML
Raw Normal View History

language: ruby
2019-03-09 03:03:06 +01:00
rvm:
- 2.5.3
script: bundle exec rake test
branches:
only:
- master
- wip.reference
# Feature branches beginning with "feature."
- "/^feature\\..*/"