From 2024a887ffa9d708049a538f5df6b58087bc2b79 Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Sun, 7 Oct 2018 20:11:21 +0100 Subject: [PATCH] chore: do not use npm ci --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 60296b4..77be97d 100755 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,9 @@ cache: - node_modules before_install: - npm config set depth 0 +install: - npm install prepack + - npm install script: - npm run lint - npm run test