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

Commit 25e6e39

Browse files
committed
do not merge: try installing as of 2 months ago
1 parent a56b7df commit 25e6e39

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
@@ -13,8 +13,9 @@ node_js:
1313
- "0.10"
1414
before_install:
1515
- 'nvm install-latest-npm'
16+
- 'npm install -g npm@~6.13'
1617
install:
17-
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;'
18+
- '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;'
1819
- 'npm ls > /dev/null'
1920
script:
2021
- 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi'

0 commit comments

Comments
 (0)