Update travis config to deploy to gh-pages

This commit is contained in:
thephez 2018-01-24 17:34:24 -05:00
parent deaa367a1d
commit d0d037ac67

View file

@ -13,3 +13,11 @@ before_install:
- gem install bundler
script: make travis
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
keep-history: true
on:
branch: gh-pages