xmitter-11ty/.travis.yml
Zach Leatherman 3dce6e1969 Deployyyyy
2018-01-23 00:07:13 -06:00

15 lines
293 B
YAML

language: node_js
node_js:
- 8
install:
- npm install @11ty/eleventy -g
deploy:
local-dir: _site
before_deploy: eleventy
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
keep-history: true
on:
branch: master