mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-09-24 16:40:55 -06:00
10 lines
101 B
YAML
10 lines
101 B
YAML
language: node_js
|
|
node_js:
|
|
- '9'
|
|
- '8'
|
|
- '6'
|
|
- '4'
|
|
before_script:
|
|
- npm install -g gulp
|
|
script: gulp
|