-
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.
chore(bugfix): rectify issue with build failing badges
- Loading branch information
Showing
5 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,3 +1,3 @@ | ||
eslint: | ||
enabled: true | ||
config_file: .eslintrc.json | ||
enabled: true | ||
config_file: .eslintrc |
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,14 +1,17 @@ | ||
anguage: node_js | ||
language: node_js | ||
node_js: | ||
- "stable" | ||
env: | ||
global: | ||
- export NODE_ENV=test | ||
- "6" | ||
notifications: | ||
email: false | ||
cache: | ||
directories: | ||
- node_modules | ||
before_script: | ||
- npm install | ||
- npm install | ||
script: | ||
- npm test | ||
- npm run coverage | ||
after_success: - | ||
-npm report coverage | ||
-npm run coveralls | ||
- npm run test | ||
- npm run check-coverage | ||
after_success: | ||
- npm run coverage | ||
- npm run report-coverage | ||
- npm run coveralls |
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