-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
with *.bool_option syntax
- Loading branch information
Showing
6 changed files
with
40 additions
and
16 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,18 +1,18 @@ | ||
language: node_js | ||
node_js: | ||
- "4.3" | ||
- "5.6" | ||
- "4" | ||
- "6" | ||
|
||
before_script: | ||
- npm install -g grunt-cli | ||
# - npm install -g grunt-cli | ||
|
||
script: | ||
- grunt lint | ||
- node run_tests | ||
- npm run lint | ||
- npm test | ||
|
||
after_success: | ||
- npm install istanbul codecov.io | ||
- ./node_modules/istanbul/lib/cli.js cov run_tests | ||
- cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js | ||
- npm install istanbul codecov | ||
- npm run coverage | ||
- ./node_modules/.bin/codecov | ||
|
||
sudo: false |
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
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
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