Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Commit

Permalink
More Travis CI fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Dec 29, 2015
1 parent 80a4c76 commit 4efdb6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def run(cmd)

run('wget -qO - http://repo.zabbix.com/zabbix-official-repo.key | apt-key add -')
run("add-apt-repository 'deb http://repo.zabbix.com/zabbix/#{ZABBIX_VERSION}/ubuntu/ precise main non-free contrib'")
run('ls -l /etc/apt/sources.list.d')
run('apt-get update')
run('apt-get install -y postgresql-9.1')
run('apt-get install -y apache2 libapache2-mod-php5 php5-pgsql')
Expand Down

0 comments on commit 4efdb6f

Please sign in to comment.