-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade to ESLint 6 * Update minimum Node.js version to match ESLint * Upgrade to 6.0.0 * Fix some tests * Fix `options.warnFileIgnored` * Fix test * Update CHANGELOG
- Loading branch information
Showing
7 changed files
with
393 additions
and
390 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,7 +1,7 @@ | ||
language: node_js | ||
node_js: | ||
- node | ||
- '6' | ||
- '8.10.0' | ||
before_install: npm install --global npm | ||
script: npm run-script pretest && npm run-script coverage | ||
after_script: npx coveralls < coverage/lcov.info |
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.