Skip to content

Commit 1be1744

Browse files
committed
[Tests] use nvm install-latest-npm
1 parent 9103c7a commit 1be1744

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ cache:
1111
yarn: true
1212
directories:
1313
- node_modules
14-
before_script:
14+
before_install:
15+
- nvm install-latest-npm
1516
- if [ -n "${ESLINT-}" ]; then npm uninstall --no-save eslint-config-airbnb-base && npm install --no-save "eslint@${ESLINT}"; fi
1617
script:
1718
- if [ "${FLOW-}" = true ]; then npm run flow; fi

0 commit comments

Comments
 (0)