Node.js 0.4 and 0.6 are ancient; things don't work there. Update Travis CI configuration accordingly. Note, that the npm update in Travis is needed for 0.8 only at the moment.
11 lines
155 B
YAML
11 lines
155 B
YAML
language: node_js
|
|
before_install: "npm install -g npm"
|
|
node_js:
|
|
- "iojs"
|
|
- "0.12"
|
|
- "0.10"
|
|
- "0.8"
|
|
matrix:
|
|
fast_finish: true
|
|
sudo: false
|