Skip to content

Commit e0dd83c

Browse files
committed
PHPLIB-510: Use enterprise builds for MongoDB
1 parent 0dcb97f commit e0dd83c

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.travis.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ addons:
55
apt:
66
packages:
77
- gdb
8+
- libcurl3
9+
- libgssapi-krb5-2
10+
- libkrb5-dbg
11+
- libldap-2.4-2
12+
- libpcap0.8
13+
- libsasl2-2
14+
- snmp
15+
- openssl
816

917
cache:
1018
directories:
@@ -17,7 +25,7 @@ env:
1725
- DRIVER_VERSION=1.7.0
1826
# TODO: remove once a 1.7 driver release has been tagged
1927
- DRIVER_BRANCH="master"
20-
- SERVER_DISTRO=ubuntu1604
28+
- SERVER_DISTRO=enterprise-ubuntu1604
2129
- SERVER_VERSION=4.2.0
2230
- DEPLOYMENT=STANDALONE
2331
- COMPOSER_OPTIONS=
@@ -65,7 +73,7 @@ jobs:
6573
php: "7.0"
6674
dist: trusty
6775
env:
68-
- SERVER_DISTRO=ubuntu1404
76+
- SERVER_DISTRO=enterprise-ubuntu1404
6977
- SERVER_VERSION=3.0.15
7078
- DEPLOYMENT=STANDALONE_OLD
7179
- stage: Test
@@ -131,7 +139,7 @@ jobs:
131139
before_install:
132140
- pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
133141
- export SERVER_FILENAME=mongodb-linux-x86_64-${SERVER_DISTRO}-${SERVER_VERSION}
134-
- wget -qO- http://fastdl.mongodb.org/linux/${SERVER_FILENAME}.tgz | tar xz
142+
- wget -qO- https://downloads.mongodb.com/linux/${SERVER_FILENAME}.tgz | tar xz
135143
- export PATH=${PWD}/${SERVER_FILENAME}/bin:${PATH}
136144
- mongod --version
137145
- mongo-orchestration --version

0 commit comments

Comments
 (0)