Skip to content

Commit dc63a30

Browse files
committed
use caching for faster Travis builds
1 parent 120d8ad commit dc63a30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ sudo: false
33

44
language: ruby
55

6+
# for faster builds
7+
cache: bundler
8+
69
# we must override install, or Travis's default Gemfile support
710
# will kick in and use `vendor`, ignoring our BUNDLE_PATH
811
# declaration in `.bundle/config`

0 commit comments

Comments
 (0)