platform/travis.sh
2018-08-02 08:48:53 -04:00

4 lines
No EOL
90 B
Bash

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