mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-09-24 16:40:55 -06:00
* Added Windows/Linux shortcuts to documentation * Drop Node 4 testing * Added Node 10 testing * Updated packages
9 lines
96 B
YAML
9 lines
96 B
YAML
language: node_js
|
|
node_js:
|
|
- '10'
|
|
- '8'
|
|
- '6'
|
|
before_script:
|
|
- npm install -g gulp
|
|
script: gulp
|