mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-23 18:04:28 -06:00
Dropped Node 5 support, added Node 8 and Node 9 support.
This commit is contained in:
parent
24fae9d68f
commit
6c78e22af9
@ -1,7 +1,8 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
|
- '9'
|
||||||
|
- '8'
|
||||||
- '6'
|
- '6'
|
||||||
- '5'
|
|
||||||
- '4'
|
- '4'
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g gulp
|
- npm install -g gulp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user