Build only pushes to certain branches on Travis CI

This commit is contained in:
Ashwin Maroli
2019-08-28 21:28:49 +05:30
parent 7b309dc75d
commit b3097f143c

View File

@@ -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