We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31649fb commit 84b3fbbCopy full SHA for 84b3fbb
.travis.yml
@@ -17,8 +17,8 @@ addons:
17
postgresql: 10
18
19
before_script:
20
- - sudo -u postgres psql -c "CREATE USER foo WITH PASSWORD 'bar';" -p $PGPORT -U postgres
21
- - sudo -u postgres createdb -O foo -p $PGPORT foo
+ - sudo -u postgres psql -c "CREATE USER foo WITH PASSWORD 'bar';" -h localhost -p $PGPORT -U postgres
+ - sudo -u postgres createdb -O foo -h localhost -p $PGPORT foo
22
23
script:
24
- cargo test -- --nocapture || travis_terminate 1
0 commit comments