Skip to content

Commit

Permalink
Merge pull request #139 from terinjokes/greenkeeper-istanbul-0.3.22
Browse files Browse the repository at this point in the history
coveralls breaks build 🚨
  • Loading branch information
terinjokes committed Oct 15, 2015
2 parents 4f1c636 + 5e00139 commit b646e2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,7 +1,8 @@
language: node_js
sudo: false
script: npm run coverage
node_js:
- 0.10
- 0.12
- 4
after_success:
- npm run coverage
7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -15,12 +15,11 @@
"vinyl-sourcemaps-apply": "^0.2.0"
},
"devDependencies": {
"argg": "0.0.1",
"cmem": "^1.0.0",
"coveralls": "^2.11.4",
"gulp-concat": "^2.0.0",
"gulp-sourcemaps": "^1.0.0",
"istanbul": "^0.3.0",
"istanbul": "^0.3.22",
"tape": "^4.0.0",
"vinyl": "^1.0.0"
},
Expand All @@ -32,7 +31,7 @@
"main": "index.js",
"repository": "https://github.com/terinjokes/gulp-uglify.git",
"scripts": {
"test": "istanbul cover node_modules/argg test/*.js",
"coverage": "npm test && cat ./coverage/lcov.info | coveralls"
"test": "istanbul cover tape test/*.js",
"coverage": "cat ./coverage/lcov.info | coveralls"
}
}

0 comments on commit b646e2a

Please sign in to comment.