Skip to content

Commit

Permalink
Twiddle build scripts to use Bundler 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daveio committed Mar 11, 2019
1 parent f94801c commit 67a52fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/ci-build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env bash
set -e # halt script on error

gem update --system
gem update
gem install bundler:2.0.1
bundle update --bundler
bundle exec jekyll build
bundle exec htmlproofer ./_site

0 comments on commit 67a52fe

Please sign in to comment.