From a3f5d0c5ff19aeaa9a6de6c0c3ece5ea28ff6ab3 Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Mon, 2 Jul 2018 12:53:35 -0700 Subject: [PATCH] Try to force npm version to fix build failure. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0ff966918..96b3db96c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false language: node_js node_js: - "node" + "9.11.1" cache: directories: @@ -18,6 +18,8 @@ env: - ELM_VERSION=0.18.0 before_install: + - npm i -g npm@^5.6.0 + - npm --version - | # CI build time workaound # https://github.com/elm-lang/elm-compiler/issues/1473#issuecomment-245704142