From 91e37fbeb048e88dee93d77cc3a7fd236c6ad284 Mon Sep 17 00:00:00 2001 From: David Vo <auscompgeek@users.noreply.github.com> Date: Sat, 4 Jul 2020 21:22:19 +1000 Subject: [PATCH] Install with `npm ci` on CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4f63cd4..5dbf907 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ dist: xenial language: node_js -install: npm install +install: npm ci cache: directories: -- GitLab