platform/tool/travis.sh
2017-06-30 09:55:56 -04:00

4 lines
No EOL
85 B
Bash

#!/usr/bin/env bash
set -e
dart test/all.dart
ANGEL_ENV=production dart test/all.dart