Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Oct 30, 2016
1 parent ef670e1 commit b9d9dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ go:
services:
-postgresql
before_script:
-psql -c 'create database utron;' -U postgres
- psql -c 'create database utron;' -U postgres
before_install:
- go get -t -v
- go get github.com/axw/gocov/gocov
Expand Down

0 comments on commit b9d9dc7

Please sign in to comment.