Edit Travis CI build script

This commit is contained in:
Michael Rose 2018-03-09 14:56:41 -05:00
parent 4a03354667
commit d0473d202a

View file

@ -1,7 +1,7 @@
language: ruby
cache: bundler
script:
- BUNDLE_GEMFILE=docs/Gemfile bundle exec jekyll algolia --config _config.yml
- bundle exec jekyll algolia --config _config.yml
branches:
only:
# Change this to gh-pages if you're deploying using the gh-pages branch