From f4a3bb22d3109f2b37c789e208e043331cda4ad2 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Fri, 3 Aug 2018 17:25:48 -0400 Subject: [PATCH] Update Travis to run ALL tests --- travis.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index b5c7c26e..d045c16a 100644 --- a/travis.sh +++ b/travis.sh @@ -1,2 +1,4 @@ #!/usr/bin/env bash -cd graphql_parser && pub get && pub run test -j2 && cd .. \ No newline at end of file +cd graphql_parser && pub get && pub run test -j2 && cd .. +cd graphql_schema && pub get && pub run test -j2 && cd .. +cd graphql_server && pub get && pub run test -j2 && cd .. \ No newline at end of file