Test Travis CI config changes

This commit is contained in:
Michael Rose
2018-05-03 15:08:33 -04:00
parent 6768e45eae
commit fc80042a9e
3 changed files with 347 additions and 1 deletions

View File

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