platform/tool/travis.sh

4 lines
85 B
Bash
Raw Normal View History

2017-04-01 01:00:24 +00:00
#!/usr/bin/env bash
2017-04-01 01:04:45 +00:00
set -e
2017-06-30 13:55:56 +00:00
dart test/all.dart
ANGEL_ENV=production dart test/all.dart