Commit Diff
--- .build.yml +++ .build.yml @@ -9,6 +9,6 @@ tasks: - test: cd mailmux && go test ./... - docs: | cp mailmux/docs/httpapiref.md slate/source/index.html.md - gem install bundler - bundle install - bundle exec middleman build + cd slate + bundle27 install --path vendor/bundle + bundle27 exec middleman build