mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-08-13 04:02:43 -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