Don't run tests on node 4 and 5

This commit is contained in:
Goh Jia Hao 2018-05-24 00:37:32 -07:00
parent f0da2407f7
commit 4350ccf15d
1 changed files with 4 additions and 3 deletions

View File

@ -9,8 +9,9 @@ node_js:
- '8'
- '7'
- '6'
- '5'
- '4'
# jest doesn't work with these versions TODO: find a workaround
# - '5'
# - '4'
before_install:
- npm install -g npm@5.8.x
@ -33,4 +34,4 @@ deploy:
on:
tags: true
repo: jiahaog/nativefier
node: '4'
node: '8'