Skip to content

Commit 90fc829

Browse files
committed
ci: drop node 0.6 which is broken on travis anyway
1 parent eb4d137 commit 90fc829

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ node_js:
1515
- "0.12"
1616
- "0.10"
1717
- "0.8"
18-
- "0.6"
1918
before_install:
2019
# Old npm certs are untrusted https://github.com/npm/npm/issues/20191
21-
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.8" ]; then export NPM_CONFIG_STRICT_SSL=false; fi'
20+
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.8" ]; then export NPM_CONFIG_STRICT_SSL=false; fi'
2221
- 'nvm install-latest-npm'
2322
install:
24-
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.9" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;'
23+
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.9" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;'
2524
matrix:
2625
fast_finish: true
2726
allow_failures:

0 commit comments

Comments
 (0)