2013-08-21 04:34:35 +00:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
2015-09-09 01:54:01 +00:00
|
|
|
- "4"
|
2015-10-30 06:34:23 +00:00
|
|
|
- "5"
|
2015-05-24 03:09:44 +00:00
|
|
|
sudo: false
|
2014-07-05 16:49:11 +00:00
|
|
|
script: "make test-travis"
|
2016-03-03 22:40:43 +00:00
|
|
|
after_script:
|
|
|
|
- npm install codecov
|
|
|
|
- ./node_modules/.bin/codecov
|