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
|
@ -10,3 +10,5 @@ addons:
|
|||
|
||||
before_script:
|
||||
- psql -c 'create database migratetest;' -U postgres
|
||||
|
||||
script: go test -p 1 ./...
|
Loading…
Reference in New Issue