2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-23 01:44:31 -06:00

Dropped Node 5 support, added Node 8 and Node 9 support.

This commit is contained in:
Jeroen Akkerman 2017-12-04 12:13:10 +01:00
parent 24fae9d68f
commit 6c78e22af9

View File

@ -1,7 +1,8 @@
language: node_js
node_js:
- '9'
- '8'
- '6'
- '5'
- '4'
before_script:
- npm install -g gulp