platform/travis.sh

2 lines
77 B
Bash
Raw Normal View History

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