-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding support for 0.12.0 and 0.13.0, as well as making sure to test all available versions. * Resolving circular dependency * Update list of available validators (as of GraphQL 0.13.2) (#121) * Configure Renovate (#111) * Update list of available validators (as of GraphQL 0.13.2) * Switching Node versions * Moving to `npm@5` to make interop with `tav` easier.
- Loading branch information
Showing
9 changed files
with
4,390 additions
and
2,585 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
graphql: | ||
versions: ^0.12.0 || ^0.13.0 | ||
commands: mocha test/index.js |
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,7 +1,7 @@ | ||
language: node_js | ||
node_js: | ||
- "5" | ||
- "4" | ||
- "8" | ||
- "6" | ||
install: | ||
- npm install | ||
|
||
|
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
Oops, something went wrong.