Skip to content

Commit f3110c6

Browse files
committed
ensure npm version has been updated
1 parent 1568772 commit f3110c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ before_install:
5353
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
5454
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CHROME_BIN=chromium-browser; fi
5555
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo "--no-sandbox" > ~/.config/chromium-flags.conf; fi
56+
- npm install -g npm
5657
- npm install -g yarn
5758
- yarn config set spin false
5859
- yarn config set progress false

0 commit comments

Comments
 (0)