File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11sudo : required
22
33services :
4- - docker
4+ - docker
5+
6+ before_install :
7+ - docker pull centos:6
8+ - docker pull centos:7
9+ - docker pull debian:7
510
611script :
712- make test
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ yum install -y tar make rpm-build python2-devel python-setuptools
1414make rpm && yum install -y mamonsu* .rpm
1515
1616# install postgres
17- yum install -y https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-7 -x86_64/pgdg-centos95-9.5-2 .noarch.rpm
17+ yum install -y https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-6 -x86_64/pgdg-centos95-9.5-3 .noarch.rpm
1818yum install -y postgresql95-server postgresql95-contrib
1919su postgres -c ' /usr/pgsql-9.5/bin/initdb -D /var/lib/pgsql/9.5/data'
2020su postgres -c ' /usr/pgsql-9.5/bin/pg_ctl start -w -D /var/lib/pgsql/9.5/data'
You can’t perform that action at this time.
0 commit comments