Skip to content

Commit 4832b6c

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

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

44
language: ruby
55

6+
# for faster builds
7+
cache: bundler
8+
env: BUNDLE_PATH=bundle-vendor/bundle
9+
610
# we must override install, or Travis's default Gemfile support
711
# will kick in and use `vendor`, ignoring our BUNDLE_PATH
812
# declaration in `.bundle/config`

0 commit comments

Comments
 (0)