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 8d34cbe commit 1fd14efCopy full SHA for 1fd14ef
.travis.yml
@@ -13,7 +13,7 @@ cache: bundler
13
# install local gitlab
14
before_install:
15
- sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils pkg-config cmake git-core
16
- - psql -c 'create database git;' -U postgres
+ - psql -c 'CREATE USER git CREATEDB;' -U postgres
17
- psql -c 'CREATE DATABASE gitlabhq_production OWNER git;' -U postgres
18
- scripts/prepare_test_env.sh
19
- scripts/install_gitlab.sh
0 commit comments