platform/travis.sh

4 lines
193 B
Bash
Raw Normal View History

2018-08-02 12:48:53 +00:00
#!/usr/bin/env bash
2018-08-03 21:25:48 +00:00
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 ..