Skip to content

Commit

Permalink
Revert "Build: remove global install of latest npm since we want to u…
Browse files Browse the repository at this point in the history
…se the paired node/npm version (#17134)"

This reverts commit 0b4d9c8.
  • Loading branch information
gwwar authored and pento committed Sep 4, 2019
1 parent 8f3b048 commit aabe36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
- INSTALL_WORDPRESS: true

before_install:
- nvm install
- nvm install --latest-npm
- |
if [[ "$INSTALL_WORDPRESS" = "true" ]]; then
# Upgrade docker-compose.
Expand Down

0 comments on commit aabe36d

Please sign in to comment.