12 lines
194 B
YAML
12 lines
194 B
YAML
language: node_js
|
|
sudo: false
|
|
before_install:
|
|
- "npm i -g npm@1.4.28"
|
|
node_js:
|
|
- 0.8
|
|
- 0.10
|
|
- 0.11
|
|
notifications:
|
|
email:
|
|
- travis@nodejitsu.com
|
|
irc: "irc.freenode.org#nodejitsu"
|