Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
do not merge: try installing as of 2 months ago
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 24, 2020
1 parent a56b7df commit 25e6e39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ node_js:
- "0.10"
before_install:
- 'nvm install-latest-npm'
- 'npm install -g npm@~6.13'
install:
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;'
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install --before=2020-02-02; fi;'
- 'npm ls > /dev/null'
script:
- 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi'
Expand Down

0 comments on commit 25e6e39

Please sign in to comment.