We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4888891 commit 81a5c17Copy full SHA for 81a5c17
1 file changed
.travis.yml
@@ -1,4 +1,5 @@
1
script: bundle exec rspec spec
2
+cache: bundler
3
env:
4
matrix:
5
- RAILS=4.2.6
@@ -8,6 +9,5 @@ rvm:
8
9
- 2.3.3
10
before_install:
11
- gem update --system
- - rvm @global do gem uninstall bundler -a -x
12
- rvm @global do gem install bundler -v 1.14.6
13
- gem --version
0 commit comments