platform/travis.sh

2 lines
76 B
Bash
Raw Normal View History

2018-08-02 12:48:53 +00:00
#!/usr/bin/env bash
cd graphql_parser && pub get && pub run test -j2 && cd..