mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Merge pull request #1136 from ashmaroli/travis-selected-branches
Build only pushes to certain branches on Travis CI
This commit is contained in:
+6
-4
@@ -1,4 +1,5 @@
|
||||
language: ruby
|
||||
cache: bundler
|
||||
|
||||
rvm:
|
||||
- 2.4
|
||||
@@ -9,7 +10,6 @@ rvm:
|
||||
- jruby-head
|
||||
- truffleruby
|
||||
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- rvm: *latest_ruby
|
||||
@@ -20,9 +20,11 @@ matrix:
|
||||
- rvm: jruby-head
|
||||
- rvm: truffleruby
|
||||
|
||||
cache: bundler
|
||||
|
||||
script: bundle exec rake
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- gh-pages
|
||||
- /.*-stable/
|
||||
|
||||
notifications:
|
||||
disable: true
|
||||
|
||||
Reference in New Issue
Block a user