mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
14 lines
177 B
YAML
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\\..*/"
|