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

Commit e5c6227

Browse files
authored
Merge pull request #58 from codacy/update-joi
Update joi
2 parents 93003cf + 4aa76d3 commit e5c6227

File tree

4 files changed

+208
-170
lines changed

4 files changed

+208
-170
lines changed

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ version: "{build}"
77
# What combinations to test
88
environment:
99
matrix:
10-
- nodejs_version: 4
11-
- nodejs_version: 5
1210
- nodejs_version: 6
1311
- nodejs_version: 7
1412
- nodejs_version: 8

circle.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
test:
22
override:
3-
- nvm install 4.8.7 && npm run test
4-
- nvm install 5.12.0 && npm run test
53
- nvm install 6.13.0 && npm run test
64
- nvm install 7.10.1 && npm run test
75
- nvm install 8.9.4 && npm run test

0 commit comments

Comments
 (0)