xmitter-11ty/.travis.yml
Zach Leatherman 62e94023d8 Use script
2018-01-23 00:11:21 -06:00

15 lines
290 B
YAML

language: node_js
node_js:
- 8
before_script:
- npm install @11ty/eleventy -g
script: eleventy
deploy:
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