2
0

Force Go modules for Travis

This commit is contained in:
Jack Christensen
2019-03-30 17:13:23 -05:00
parent 3d9e42d74c
commit ed7d91dc98
+1
View File
@@ -10,6 +10,7 @@ before_install:
env:
global:
- GO111MODULE=on
- PGX_TEST_DATABASE=postgres://pgx_md5:secret@127.0.0.1/pgx_test
- PGX_TEST_UNIX_SOCKET_CONN_STRING="host=/var/run/postgresql database=pgx_test"
- PGX_TEST_TCP_CONN_STRING=postgres://pgx_md5:secret@127.0.0.1/pgx_test