platform/travis.sh
2017-09-30 23:14:44 -04:00

7 lines
182 B
Bash

#!/usr/bin/env bash
# Fast-fail on errors
set -e
cd jael && pub get && pub run test
cd ../jael_preprocessor/ && pub get && pub run test
cd ../angel_jael/ && pub get && pub run test