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 language: ruby
cache: bundler cache: bundler
script: script:
- BUNDLE_GEMFILE=docs/Gemfile bundle exec jekyll algolia --config _config.yml - bundle exec jekyll algolia --config _config.yml
branches: branches:
only: only:
# Change this to gh-pages if you're deploying using the gh-pages branch # Change this to gh-pages if you're deploying using the gh-pages branch