Skip to content

Commit

Permalink
fix travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
zozzz committed Nov 16, 2016
1 parent 8b9ba8e commit 5daaea9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_js:
script:
- npm run travis
before_deploy:
- npm compile
- npm run compile
deploy:
provider: npm
api_key:
Expand Down
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ gulp.task("coverage", ["coverage-remap"], function () {


gulp.task("coveralls", ["coverage"], function () {
console.log(process.env)
return gulp.src(".coverage/coverage.lcov")
.pipe(coveralls())
})

0 comments on commit 5daaea9

Please sign in to comment.