Fix: Require Node 8
This commit is contained in:
parent
06e247f7cd
commit
c4d47f42a2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
sudo: required
|
||||
language: node_js
|
||||
node_js:
|
||||
- '6'
|
||||
- '8'
|
||||
script:
|
||||
- 'npm run test'
|
||||
before_script:
|
||||
|
|
Loading…
Reference in a new issue