Skip to content

Commit

Permalink
Update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Dec 13, 2018
1 parent 5a862ec commit a901042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
language: node_js
node_js: 10
script: yarn danger ci
2 changes: 1 addition & 1 deletion dangerfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default async () => {

if (bc.length) {
fail(
"Metaphysics production does not have a compatible schema for force."
`Metaphysics production does not have a compatible schema for force's GraphQL usage, please deploy metaphysics to production and re-run Travis CI.`
)
}

Expand Down

0 comments on commit a901042

Please sign in to comment.