mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-09-15 12:12:35 -06:00
7 lines
92 B
YAML
7 lines
92 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "stable"
|
||
|
before_script:
|
||
|
- npm install -g gulp
|
||
|
script: gulp
|