Skip to content

Commit

Permalink
Try to force npm version to fix build failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Jul 2, 2018
1 parent 4a19f7d commit a3f5d0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false

language: node_js
node_js:
"node"
"9.11.1"

cache:
directories:
Expand All @@ -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
Expand Down

0 comments on commit a3f5d0c

Please sign in to comment.