2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-11 18:22:36 -06:00
easy-markdown-editor/.travis.yml

7 lines
185 B
YAML
Raw Normal View History

2015-11-03 14:26:28 -06:00
language: node_js
node_js:
2015-11-03 14:45:51 -06:00
- "0.12" # TODO: change to stable soon when resolved: https://github.com/tracker1/gulp-header/issues/23
2015-11-03 14:26:28 -06:00
before_script:
- npm install -g gulp
script: gulp