From f1f8c3814dbc9816758874333c864344bbe463b9 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 20 Nov 2017 17:30:07 +0100 Subject: [PATCH] chore(travis): temporarily force the use of npm@5.3.0 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 30eb195..dc857f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,9 @@ notifications: node_js: - '8' +before_install: + - npm i -g npm@5.3.0 + script: - echo "Please test the package locally with 'npm test'. Or help me fix .travis.yml to get Angular tests run on Travis."