Skip to content

Commit 31ebf30

Browse files
committed
Merge pull request #390 from SethTisue/travis-cache
use caching for faster Travis builds
2 parents efa3264 + 4832b6c commit 31ebf30

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)