From cd0d5dcdc64d558001919217f08959cd13a6aa3d Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 11 Jul 2019 11:31:21 -0400 Subject: [PATCH] Attempt bumping npm version to correctly run npm ci --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3997a2be..0ef3f966 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,8 @@ jobs: - npm run build - <<: *build node_js: 8.9.0 + before_install: + npm install npm@5.8.0 -g - &test-unit stage: test @@ -40,6 +42,8 @@ jobs: - <<: *test-unit name: 'Unit Tests 8.9.0' node_js: 8.9.0 + before_install: + npm install npm@5.8.0 -g - &test-integration stage: test @@ -59,6 +63,8 @@ jobs: - <<: *test-integration name: 'Integration Tests 8.9.0' node_js: 8.9.0 + before_install: + npm install npm@5.8.0 -g - stage: coverage node_js: 10.15.3