forked from mystiq/dex
11 lines
237 B
Bash
11 lines
237 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Tweak PATH for Travis
|
||
|
export PATH=$PATH:$HOME/gopath/bin
|
||
|
|
||
|
OPTIONS="-config=test-integration/dbconfig.yml -env mysql_noflag"
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
sql-migrate status $OPTIONS | grep -q "Make sure that the parseTime option is supplied"
|