Fix travis
This commit is contained in:
parent
fcdc1afa78
commit
a15815a668
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ language: dart
|
|||
script: bash tool/.travis.sh
|
||||
before_script:
|
||||
- psql -c 'create database angel_orm_test;' -U postgres
|
||||
- psql -c 'create database angel_orm_service_test;' -U postgres
|
||||
- psql -c "CREATE USER angel_orm WITH PASSWORD 'angel_orm';" -U postgres
|
||||
services:
|
||||
- postgresql
|
||||
|
|
Loading…
Reference in a new issue