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