Update travis
This commit is contained in:
parent
7504f8970a
commit
cc06213a24
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
export POSTGRES_USERNAME="angel_orm"
|
export POSTGRES_USERNAME="angel_orm"
|
||||||
export POSTGRES_PASSWORD="angel_orm"
|
export POSTGRES_PASSWORD="angel_orm"
|
||||||
|
set -ex
|
||||||
|
|
||||||
function angel_orm_test () {
|
function angel_orm_test () {
|
||||||
cd $1;
|
cd $1;
|
||||||
|
|
Loading…
Reference in a new issue