mirror of
https://github.com/danbulant/pngjs
synced 2026-05-27 13:51:50 +00:00
Try to run coveralls only in 0.12
This commit is contained in:
parent
88869809e5
commit
b23964c551
3 changed files with 2 additions and 8 deletions
|
|
@ -1,5 +1,6 @@
|
|||
language: node_js
|
||||
after_success: ./coveralls.sh
|
||||
after_success:
|
||||
- test $TRAVIS_NODE_VERSION = '0.12' && npm run coverage && npm install coveralls@2 && npm run coveralls
|
||||
node_js:
|
||||
- "0.12"
|
||||
- "iojs"
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -ev
|
||||
if [ "${TRAVIS_NODE_VERSION}" = "0.12" ]; then
|
||||
npm coverage
|
||||
npm run coveralls
|
||||
fi
|
||||
|
|
@ -49,7 +49,6 @@
|
|||
"devDependencies": {
|
||||
"buffer-equal": "0.0.1",
|
||||
"connect": "^3.4.0",
|
||||
"coveralls": "^2.11.3",
|
||||
"eslint": "^1.0.0",
|
||||
"istanbul": "^0.3.17",
|
||||
"phantomjs": "^1.9.17",
|
||||
|
|
|
|||
Loading…
Reference in a new issue