Skip to content

Commit 43035b2

Browse files
authored
Merge pull request #845 from ashawley/simpler-travis
Let Travis do the bundler closes #844
2 parents bb449d7 + 91d1756 commit 43035b2

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)