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

Commit b9d9dc7

Browse files
committed
Fix .travis.yml
1 parent ef670e1 commit b9d9dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go:
44
services:
55
-postgresql
66
before_script:
7-
-psql -c 'create database utron;' -U postgres
7+
- psql -c 'create database utron;' -U postgres
88
before_install:
99
- go get -t -v
1010
- go get github.com/axw/gocov/gocov

0 commit comments

Comments
 (0)