From 46a83630865b7d625dee401dc28ca6af95f1030f Mon Sep 17 00:00:00 2001 From: Andrew Casey Date: Fri, 31 Jul 2020 17:29:18 -0700 Subject: [PATCH] Update travis configuration --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0f720b7375e..a9ef3b05ad2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: node_js node_js: - - 'node' - '10' + - '8' - '6' sudo: false @@ -21,7 +21,7 @@ branches: install: - npm uninstall typescript --no-save - npm uninstall tslint --no-save - - npm install + - npm ci cache: directories: