mirror of
https://github.com/danog/sass-site.git
synced 2024-12-11 17:09:52 +01:00
10 lines
145 B
YAML
10 lines
145 B
YAML
|
language: ruby
|
||
|
|
||
|
script: bundle exec rake test
|
||
|
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
# Feature branches beginning with "feature."
|
||
|
- "/^feature\\..*/"
|