chore(ci): run tests in node 10

This commit is contained in:
Phil Booth 2019-03-04 11:48:40 +00:00
Родитель 107c7963b5
Коммит e2d73ecc0e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 36FBB106F9C32516
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -1,8 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- '0.10' - '10'
- '0.12'
notifications: notifications:
irc: irc:
@ -11,8 +10,5 @@ notifications:
use_notice: false use_notice: false
skip_join: false skip_join: false
before_install:
- npm install -g npm@2
script: script:
- npm test - npm test