Skip to content

Commit f8053a9

Browse files
committed
travis: test node v0.12, don't test v0.11
Also attempting to update npm for v0.8.x first.
1 parent b961293 commit f8053a9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ language: node_js
22
node_js:
33
- "0.8"
44
- "0.10"
5-
- "0.11"
5+
- "0.12"
6+
before_install:
7+
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
8+
- npm install -g npm@latest

0 commit comments

Comments
 (0)