Skip to content

Commit ea72437

Browse files
committed
[TASK] Enable bundler caching in .travis.yml
1 parent 0e8a538 commit ea72437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ gemfile:
2222

2323
sudo: false
2424

25+
cache: bundler
26+
2527
script: bundle exec rake test
2628

2729
matrix:

0 commit comments

Comments
 (0)