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