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

9 lines
96 B
YAML
Raw Normal View History

2015-11-03 14:26:28 -06:00
language: node_js
node_js:
- '10'
- '8'
2016-06-07 21:27:21 -05:00
- '6'
2015-11-03 14:26:28 -06:00
before_script:
2015-12-04 17:55:49 -06:00
- npm install -g gulp
2015-11-03 14:26:28 -06:00
script: gulp