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 1
1
sudo : required
2
2
3
3
services :
4
- - docker
4
+ - docker
5
+
6
+ before_install :
7
+ - docker pull centos:6
8
+ - docker pull centos:7
9
+ - docker pull debian:7
5
10
6
11
script :
7
12
- 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
14
14
make rpm && yum install -y mamonsu* .rpm
15
15
16
16
# 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
18
18
yum install -y postgresql95-server postgresql95-contrib
19
19
su postgres -c ' /usr/pgsql-9.5/bin/initdb -D /var/lib/pgsql/9.5/data'
20
20
su 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