Skip to content

Commit 2ce3f36

Browse files
author
Arthur Nogueira Neves
committed
Merge pull request #302 from braingourmets/task/travis-performance
[TASK] Enable bundler caching in .travis.yml
2 parents 41976dc + ea72437 commit 2ce3f36

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)