Travis CI: add Node.js 12 and use the `npm` cache alias.

This commit is contained in:
XhmikosR 2019-07-28 12:16:54 +03:00
Родитель af0b0fb0b4
Коммит 6d38ee4547
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -4,13 +4,12 @@ node_js:
- "6"
- "8"
- "10"
- "12"
matrix:
fast_finish: true
cache:
directories:
- node_modules
cache: npm
notifications:
email: false