mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-02-14 00:30:29 +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'
|
- '8'
|
||||||
- '7'
|
- '7'
|
||||||
- '6'
|
- '6'
|
||||||
- '5'
|
# jest doesn't work with these versions TODO: find a workaround
|
||||||
- '4'
|
# - '5'
|
||||||
|
# - '4'
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g npm@5.8.x
|
- npm install -g npm@5.8.x
|
||||||
@ -33,4 +34,4 @@ deploy:
|
|||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
repo: jiahaog/nativefier
|
repo: jiahaog/nativefier
|
||||||
node: '4'
|
node: '8'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user