mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-02-10 06:58:31 +00:00
Don't run tests on node 4 and 5
This commit is contained in:
parent
f0da2407f7
commit
4350ccf15d
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user