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 e989cd2 commit 31649fbCopy full SHA for 31649fb
.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';" -U postgres
21
- - sudo -u postgres createdb -O foo foo
+ - sudo -u postgres psql -c "CREATE USER foo WITH PASSWORD 'bar';" -p $PGPORT -U postgres
+ - sudo -u postgres createdb -O foo -p $PGPORT foo
22
23
script:
24
- cargo test -- --nocapture || travis_terminate 1
0 commit comments