Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Update npm to try to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
fbartho authored Aug 9, 2019
1 parent 4044dcb commit a55b99e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/before-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export NODEJS_ORG_MIRROR=http://nodejs.org/dist

sudo apt-get install openjdk-8-jdk

echo "Installing npm@6.10.2"
sudo npm i npm@6.10.2 -g
echo "Installing npm@6.10.3"
sudo npm i npm@6.10.3 -g


case "${TRAVIS_OS_NAME}" in
Expand Down

0 comments on commit a55b99e

Please sign in to comment.