Update Travis to run ALL tests

This commit is contained in:
Tobe O 2018-08-03 17:25:48 -04:00
parent 2ff531eb4f
commit f4a3bb22d3

View file

@ -1,2 +1,4 @@
#!/usr/bin/env bash
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 ..