Skip to content

Commit 19522f3

Browse files
author
James Baxley
authored
Queries command (#473)
* 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
1 parent 5e407ff commit 19522f3

10 files changed

Lines changed: 6659 additions & 1007 deletions

File tree

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ language: node_js
33
# Allow Travis tests to run in containers.
44
sudo: false
55

6-
branches:
7-
only:
8-
- master
9-
106
node_js:
117
- "8"
128

@@ -24,3 +20,4 @@ install:
2420

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

0 commit comments

Comments
 (0)