2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-24 16:40:55 -06:00
easy-markdown-editor/.travis.yml

10 lines
101 B
YAML

language: node_js
node_js:
- '9'
- '8'
- '6'
- '4'
before_script:
- npm install -g gulp
script: gulp