Skip to content

Commit

Permalink
Disable sslmode in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Chain committed Apr 24, 2016
1 parent 2af40b6 commit e57c4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,4 +24,4 @@ script:
- go test
- go test -tags sqlite3 -driver sqlite3
- go test -tags mysql -driver mysql -dsn "travis@/sqlhooks"
- go test -tags postgres -driver postgres -dsn "postgres://postgres@localhost/sqlhooks"
- go test -tags postgres -driver postgres -dsn "postgres://postgres@localhost/sqlhooks?sslmode=disable"

0 comments on commit e57c4dc

Please sign in to comment.