Skip to content

Commit 781cba1

Browse files
committed
Update travis to specify specific branches to run.
This moves the Travis CI config inline with the rest of the RSpec repos. This will also help reduce the load on the Travis system for rspec-rails PRs when the PR branch is a branch in the repo itself.
1 parent a189fcf commit 781cba1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,8 @@ matrix:
8989
- rvm: 2.2
9090
env: RAILS_VERSION='~> 3.1.12'
9191
fast_finish: true
92+
93+
branches:
94+
only:
95+
- master
96+
- /^\d+-\d+-maintenance$/

0 commit comments

Comments
 (0)