xmitter-11ty/.travis.yml

9 lines
137 B
YAML
Raw Normal View History

2018-01-23 00:27:40 -05:00
language: node_js
node_js:
- 8
2018-01-23 00:24:57 -05:00
deploy:
2018-01-23 00:35:19 -05:00
provider: script
2018-01-23 00:54:11 -05:00
script: node ./node_modules/@11ty/eleventy/cmd.js
2018-01-23 00:24:57 -05:00
on:
branch: master