update travis to run tests not in parallel

This commit is contained in:
mattes 2014-08-11 03:57:29 +02:00
parent e609262fa6
commit d263522f7e
1 changed files with 3 additions and 1 deletions

View File

@ -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 ./...