platform/packages/framework/tool/travis.sh
2020-02-15 18:13:38 -05:00

4 lines
No EOL
99 B
Bash

#!/usr/bin/env bash
set -e
pub run test --timeout 5s
ANGEL_ENV=production pub run test --timeout 5s