Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(CI): upload to coveralls in after_success
  • Loading branch information
terinjokes committed Oct 15, 2015
1 parent 36bf554 commit 5e00139
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -15,7 +15,6 @@
"vinyl-sourcemaps-apply": "^0.2.0"
},
"devDependencies": {
"argg": "0.0.1",
"cmem": "^1.0.0",
"coveralls": "^2.11.4",
"gulp-concat": "^2.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 5e00139

Please sign in to comment.