We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0734a51 commit fdbafdcCopy full SHA for fdbafdc
.travis.yml
@@ -1,7 +1,7 @@
1
script: "bin/rake --trace 2>&1"
2
bundler_args: "--binstubs --without documentation"
3
before_install:
4
- - gem update --system 2.1.11
+ - gem update --system
5
- gem --version
6
- gem install bundler
7
rvm:
@@ -55,3 +55,8 @@ matrix:
55
env: RAILS_VERSION=4.0.2
56
allow_failures:
57
- env: RAILS_VERSION=master
58
+
59
+branches:
60
+ only:
61
+ - master
62
+ - /^\d+-\d+-maintenance$/
0 commit comments