platform/packages/framework/tool/travis.sh

4 lines
99 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
2018-11-11 01:07:09 +00:00
pub run test --timeout 5s
ANGEL_ENV=production pub run test --timeout 5s