Skip to content

Commit fdbafdc

Browse files
committed
update travis.yml to only run branch (as opposed to PR builds) on master/maintenance
1 parent 0734a51 commit fdbafdc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
script: "bin/rake --trace 2>&1"
22
bundler_args: "--binstubs --without documentation"
33
before_install:
4-
- gem update --system 2.1.11
4+
- gem update --system
55
- gem --version
66
- gem install bundler
77
rvm:
@@ -55,3 +55,8 @@ matrix:
5555
env: RAILS_VERSION=4.0.2
5656
allow_failures:
5757
- env: RAILS_VERSION=master
58+
59+
branches:
60+
only:
61+
- master
62+
- /^\d+-\d+-maintenance$/

0 commit comments

Comments
 (0)