Skip to content

Commit

Permalink
update travis to run tests not in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
mattes committed Aug 11, 2014
1 parent e609262 commit d263522
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...

0 comments on commit d263522

Please sign in to comment.