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

Commit a06709f

Browse files
authored
Merge pull request #53 from codacy/update-dependencies
Update dependencies
2 parents e78ef3d + 546d90b commit a06709f

File tree

8 files changed

+1280
-9485
lines changed

8 files changed

+1280
-9485
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ charset = utf-8
99
insert_final_newline = true
1010
trim_trailing_whitespace = true
1111
indent_style = space
12-
indent_size = 4
12+
indent_size = 2
1313
max_line_length = 120
1414

1515
[Makefile]

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ environment:
1111
- nodejs_version: 5
1212
- nodejs_version: 6
1313
- nodejs_version: 7
14+
- nodejs_version: 8
15+
- nodejs_version: 9
1416

1517
install:
1618
# Get the latest stable version of Node.js

circle.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
test:
22
override:
3-
- nvm install 0.10.48 && npm run test-only
4-
- nvm install 0.11.16 && npm run test-only
5-
- nvm install 0.12.18 && npm run test-only
6-
- nvm install 4.7.2 && npm run test
3+
- nvm install 4.8.7 && npm run test
74
- nvm install 5.12.0 && npm run test
8-
- nvm install 6.9.4 && npm run test
9-
- nvm install 7.4.0 && npm run test
5+
- nvm install 6.13.0 && npm run test
6+
- nvm install 7.10.1 && npm run test
7+
- nvm install 8.9.4 && npm run test
108
post:
11-
- chmod +x ./bin/codacy-coverage.js && cat ./coverage/lcov.info | node ./bin/codacy-coverage.js
9+
- nvm install 9.6.1
10+
- nvm alias default v9.6.1
11+
- nvm use default
12+
- npm run test-all
13+
- chmod +x ./bin/codacy-coverage.js
14+
- cat ./coverage/lcov.info | node ./bin/codacy-coverage.js

0 commit comments

Comments
 (0)