We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nvm install-latest-npm
1 parent 9103c7a commit 1be1744Copy full SHA for 1be1744
.travis.yml
@@ -11,7 +11,8 @@ cache:
11
yarn: true
12
directories:
13
- node_modules
14
-before_script:
+before_install:
15
+ - nvm install-latest-npm
16
- if [ -n "${ESLINT-}" ]; then npm uninstall --no-save eslint-config-airbnb-base && npm install --no-save "eslint@${ESLINT}"; fi
17
script:
18
- if [ "${FLOW-}" = true ]; then npm run flow; fi
0 commit comments