Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
devtools
/
node_modules
/
yauzl
/
.travis.yml
blob: 4afc2a15257981953f97f559191ddc497df4fa70 [
file
] [
log
] [
blame
]
language:
node_js
node_js:
-
"0.10"
script:
-
"npm run test-travis"
after_script:
-
"npm install coveralls@2 && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"