Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
travis.yml: simplify piping coverage to coveralls
`tap` automatically uploads coverage to coveralls for branches, but not PR's. That required an ugly workaround in .travis.yml to manually upload only for PR's. Since we now use `nyc` directly, and pass the the `--no-cov` flag in our `tap` commands, this is no longer a problem.
- Loading branch information