diff --git a/.travis.yml b/.travis.yml index 027c5f17e73..1ba2b63fc7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,3 @@ language: node_js +node_js: 10 script: yarn danger ci diff --git a/dangerfile.ts b/dangerfile.ts index f3bdc7fb273..147ab9f1b45 100644 --- a/dangerfile.ts +++ b/dangerfile.ts @@ -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.` ) }