Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #53 from codacy/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
rtfpessoa committed Mar 1, 2018
2 parents e78ef3d + 546d90b commit a06709f
Show file tree
Hide file tree
Showing 8 changed files with 1,280 additions and 9,485 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
indent_size = 2
max_line_length = 120

[Makefile]
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ environment:
- nodejs_version: 5
- nodejs_version: 6
- nodejs_version: 7
- nodejs_version: 8
- nodejs_version: 9

install:
# Get the latest stable version of Node.js
Expand Down
17 changes: 10 additions & 7 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
test:
override:
- nvm install 0.10.48 && npm run test-only
- nvm install 0.11.16 && npm run test-only
- nvm install 0.12.18 && npm run test-only
- nvm install 4.7.2 && npm run test
- nvm install 4.8.7 && npm run test
- nvm install 5.12.0 && npm run test
- nvm install 6.9.4 && npm run test
- nvm install 7.4.0 && npm run test
- nvm install 6.13.0 && npm run test
- nvm install 7.10.1 && npm run test
- nvm install 8.9.4 && npm run test
post:
- chmod +x ./bin/codacy-coverage.js && cat ./coverage/lcov.info | node ./bin/codacy-coverage.js
- nvm install 9.6.1
- nvm alias default v9.6.1
- nvm use default
- npm run test-all
- chmod +x ./bin/codacy-coverage.js
- cat ./coverage/lcov.info | node ./bin/codacy-coverage.js
Loading

0 comments on commit a06709f

Please sign in to comment.