2015-07-07 20:36:21 +00:00
|
|
|
sudo: false
|
2015-09-19 03:50:36 +00:00
|
|
|
language: node_js
|
2011-11-18 21:29:05 +00:00
|
|
|
node_js:
|
2015-08-19 15:52:09 +00:00
|
|
|
- "0.10"
|
|
|
|
- "0.12"
|
2017-08-16 03:37:19 +00:00
|
|
|
- "4"
|
|
|
|
- "6"
|
|
|
|
- "7"
|
2015-09-19 03:50:36 +00:00
|
|
|
|
|
|
|
script:
|
|
|
|
- npm test
|
|
|
|
|
2015-12-03 07:14:24 +00:00
|
|
|
after_script:
|
|
|
|
- npm run cover
|
|
|
|
- npm run coveralls
|
|
|
|
|
2015-09-19 03:50:36 +00:00
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- node_js: "0.10"
|
2017-08-16 03:37:19 +00:00
|
|
|
- node_js: "0.12"
|
2015-09-19 03:50:36 +00:00
|
|
|
|
2011-11-18 21:29:05 +00:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- travis@nodejitsu.com
|
|
|
|
irc: "irc.freenode.org#nodejitsu"
|