From 34e5578676316a4b6ee117b6e01ca13bb70c3c5a Mon Sep 17 00:00:00 2001 From: Tobe O Date: Thu, 18 Apr 2019 23:20:41 -0400 Subject: [PATCH] Travis --- travis.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 546c269f..ac2bbd73 100644 --- a/travis.sh +++ b/travis.sh @@ -2,4 +2,5 @@ PWD=$(pwd) cd "$PWD/graphql_parser" && pub get && pub run test -j2 && cd .. cd "$PWD/graphql_schema" && pub get && pub run test -j2 && cd .. -cd "$PWD/graphql_server" && pub get && pub run test -j2 && cd .. \ No newline at end of file +cd "$PWD/graphql_server" && pub get && pub run test -j2 && cd .. +cd "$PWD/data_loader" && pub get && pub run test -j2 && cd .. \ No newline at end of file