update travis

This commit is contained in:
Micah Godbolt
2019-02-25 10:03:54 -08:00
parent a7169eefed
commit ca136c95b5

View File

@@ -1,4 +1,10 @@
language: node_js
node_js:
- '10'
script:
- npm run build
deploy:
local_dir: docs
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN