From d0c13d04087bbab817ccb64026a2ae7c87e4f4a0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 10 Dec 2019 11:45:04 +0200 Subject: [PATCH] Travis: add Node.js 12 and use the `npm` cache alias --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index aaeccef..42d8fdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: node_js node_js: + - "12" - "10" - "8" - "6" -cache: - directories: - - node_modules +cache: npm