Update .travis.yml

This commit is contained in:
Andy Freer 2020-02-09 12:48:06 +00:00
parent 3c762d8aa3
commit c6a911aa25

View file

@ -9,3 +9,11 @@ install:
script: script:
- make build - make build
deploy:
provider: pages
skip_cleanup: true
local_dir: public/
github_token: $GITHUB_TOKEN
on:
branch: master