Skip to content

Commit 91d1756

Browse files
committed
Let Travis do the bundler
1 parent bb449d7 commit 91d1756

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,7 @@ language: ruby
55
rvm:
66
- 2.3.1
77

8-
# for faster builds
98
cache: bundler
10-
env: BUNDLE_PATH=bundle-vendor/bundle
11-
12-
# we must override install, or Travis's default Gemfile support
13-
# will kick in and use `vendor`, ignoring our BUNDLE_PATH
14-
# declaration in `.bundle/config`
15-
install:
16-
- bundle update jekyll
17-
- bundle install
189

1910
script:
2011
- bundle exec jekyll build 2> error.log

0 commit comments

Comments
 (0)