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

@ -10,3 +10,5 @@ addons:
before_script:
- psql -c 'create database migratetest;' -U postgres
script: go test -p 1 ./...