-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd570e3
commit 0bb7372
Showing
2 changed files
with
11 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
language: node_js | ||
node_js: | ||
- '8' | ||
- '10' | ||
- '12' | ||
- 8 | ||
- 10 | ||
- 12 | ||
- 'node' | ||
|
||
script: 'npm install && npm run ci' | ||
matrix: | ||
include: | ||
- name: Lint | ||
node_js: 12 | ||
script: npm run lint | ||
|
||
script: 'npm install && npm run test:ci' | ||
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js' |
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