platform/travis.sh
2018-08-02 09:25:41 -04:00

2 lines
No EOL
77 B
Bash

#!/usr/bin/env bash
cd graphql_parser && pub get && pub run test -j2 && cd ..