Fix: Require Node 8

This commit is contained in:
Graham Fairweather 2018-05-29 14:12:58 +02:00
parent 06e247f7cd
commit c4d47f42a2

View file

@ -1,7 +1,7 @@
sudo: required
language: node_js
node_js:
- '6'
- '8'
script:
- 'npm run test'
before_script: