From fc6828a1ff1794f8db49094952c6d715df186ff6 Mon Sep 17 00:00:00 2001 From: Matt Mazzola Date: Fri, 29 Mar 2019 08:11:34 -0700 Subject: [PATCH] chore: consistent CI build files --- .travis.yml | 3 +++ appveyor.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5f8fc50..567c8c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,9 @@ notifications: node_js: - node +install: + - npm ci + script: - npm run build - npm test \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 8d33df1..4f0116c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ cache: - '%AppData%\..\Local\Cypress\Cache -> package-lock.json' install: - - npm install + - npm ci before_build: # Output useful info for debugging.