xmitter-11ty/.travis.yml
Zach Leatherman a368fff40f One more.
2018-01-22 23:31:03 -06:00

13 lines
247 B
YAML

language: node_js
node_js:
- 8
deploy:
script: npx eleventy
local-dir: _site
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
keep-history: true
on:
branch: master