derp, no sudo
This commit is contained in:
parent
cf342648cd
commit
9350894518
@ -23,8 +23,8 @@ install:
|
|||||||
- export PATH=$HOME/.local/bin:$PATH
|
- export PATH=$HOME/.local/bin:$PATH
|
||||||
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
|
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
|
||||||
- stack --version
|
- stack --version
|
||||||
- echo "CREATE USER esqutest WITH PASSWORD 'esqutest';" | sudo -u postgres psql
|
- echo "CREATE USER esqutest WITH PASSWORD 'esqutest';" | psql
|
||||||
- sudo -u postgres createdb -O esqutest esqutest
|
- createdb -O esqutest esqutest
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- stack setup
|
- stack setup
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user