-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dev deps. move to nyc (#8)
* chore: update dev deps. move to nyc * chore: update travis targets * remove defunct readme badges * fix: report-coverage should reuse existing generated report * fix: more travis lifecycle
- Loading branch information
1 parent
1016eb7
commit 0fb40b1
Showing
6 changed files
with
34 additions
and
3,381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
language: node_js | ||
node_js: | ||
- "6" | ||
- "8" | ||
- "9" | ||
- "lts/*" # Active LTS release | ||
- "node" # Latest stable release | ||
before_install: 'make clean' | ||
install: 'make' | ||
script: 'make coverage' | ||
after_success: 'make report-coverage' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.