Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
e0dd83cb
Unverified
Commit
e0dd83cb
authored
Jan 22, 2020
by
Andreas Braun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PHPLIB-510: Use enterprise builds for MongoDB
parent
0dcb97fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
.travis.yml
.travis.yml
+11
-3
No files found.
.travis.yml
View file @
e0dd83cb
...
...
@@ -5,6 +5,14 @@ addons:
apt
:
packages
:
-
gdb
-
libcurl3
-
libgssapi-krb5-2
-
libkrb5-dbg
-
libldap-2.4-2
-
libpcap0.8
-
libsasl2-2
-
snmp
-
openssl
cache
:
directories
:
...
...
@@ -17,7 +25,7 @@ env:
-
DRIVER_VERSION=1.7.0
# TODO: remove once a 1.7 driver release has been tagged
-
DRIVER_BRANCH="master"
-
SERVER_DISTRO=ubuntu1604
-
SERVER_DISTRO=
enterprise-
ubuntu1604
-
SERVER_VERSION=4.2.0
-
DEPLOYMENT=STANDALONE
-
COMPOSER_OPTIONS=
...
...
@@ -65,7 +73,7 @@ jobs:
php
:
"
7.0"
dist
:
trusty
env
:
-
SERVER_DISTRO=ubuntu1404
-
SERVER_DISTRO=
enterprise-
ubuntu1404
-
SERVER_VERSION=3.0.15
-
DEPLOYMENT=STANDALONE_OLD
-
stage
:
Test
...
...
@@ -131,7 +139,7 @@ jobs:
before_install
:
-
pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
-
export SERVER_FILENAME=mongodb-linux-x86_64-${SERVER_DISTRO}-${SERVER_VERSION}
-
wget -qO- http
://fastdl.mongodb.org
/linux/${SERVER_FILENAME}.tgz | tar xz
-
wget -qO- http
s://downloads.mongodb.com
/linux/${SERVER_FILENAME}.tgz | tar xz
-
export PATH=${PWD}/${SERVER_FILENAME}/bin:${PATH}
-
mongod --version
-
mongo-orchestration --version
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment