Skip to content

Commit 6901da2

Browse files
committed
link socket
1 parent 04b199e commit 6901da2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dist: trusty
44

55
before_script:
66
- ./.travis/make_postgres.sh
7+
- sudo ln -s /tmp/.s.PGSQL.5432 /var/run/postgresql/.s.PGSQL.5432
78
- psql -U postgres -c "create user test with password 'test'; select version();"
89
- psql -c 'create database test owner test;' -U postgres
910
- echo "MAVEN_OPTS='-Xmx1g -Dgpg.skip=true'" > ~/.mavenrc

0 commit comments

Comments
 (0)