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