Skip to content

Commit

Permalink
Queries command (#473)
Browse files Browse the repository at this point in the history
* moved checkQueries into queries:check and added engine support

* update query signature

* clean up ts errors

* type change correctly

* initial pass at testing for queries

* attempt to turn on query validation

* trigger github integration

* debug commit

* turn off master only to see if that is why the commit is wrong

* try turning off travis env variables

* keep travis env since we now test branches
  • Loading branch information
James Baxley authored Jul 5, 2018
1 parent 5e407ff commit 19522f3
Show file tree
Hide file tree
Showing 10 changed files with 6,659 additions and 1,007 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ language: node_js
# Allow Travis tests to run in containers.
sudo: false

branches:
only:
- master

node_js:
- "8"

Expand All @@ -24,3 +20,4 @@ install:

script:
- npm test
- cd packages/apollo-cli && ./bin/run queries:check --queries="./src/operations/*" --key=$STAGING_API_KEY --engine=https://engine-staging-graphql.apollographql.com/api/graphql
Loading

0 comments on commit 19522f3

Please sign in to comment.