mirror of https://github.com/status-im/migrate.git
update travis to run tests not in parallel
This commit is contained in:
parent
e609262fa6
commit
d263522f7e
|
@ -9,4 +9,6 @@ addons:
|
|||
postgresql: "9.3"
|
||||
|
||||
before_script:
|
||||
- psql -c 'create database migratetest;' -U postgres
|
||||
- psql -c 'create database migratetest;' -U postgres
|
||||
|
||||
script: go test -p 1 ./...
|
Loading…
Reference in New Issue