Travis
This commit is contained in:
parent
2105f93f95
commit
34e5578676
1 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,5 @@
|
||||||
PWD=$(pwd)
|
PWD=$(pwd)
|
||||||
cd "$PWD/graphql_parser" && pub get && pub run test -j2 && cd ..
|
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_schema" && pub get && pub run test -j2 && cd ..
|
||||||
cd "$PWD/graphql_server" && pub get && pub run test -j2 && cd ..
|
cd "$PWD/graphql_server" && pub get && pub run test -j2 && cd ..
|
||||||
|
cd "$PWD/data_loader" && pub get && pub run test -j2 && cd ..
|
Loading…
Reference in a new issue