Skip to content

Commit 81a5c17

Browse files
committed
fix travis CI
1 parent 4888891 commit 81a5c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
script: bundle exec rspec spec
2+
cache: bundler
23
env:
34
matrix:
45
- RAILS=4.2.6
@@ -8,6 +9,5 @@ rvm:
89
- 2.3.3
910
before_install:
1011
- gem update --system
11-
- rvm @global do gem uninstall bundler -a -x
1212
- rvm @global do gem install bundler -v 1.14.6
1313
- gem --version

0 commit comments

Comments
 (0)