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
6ebd2f11
Commit
6ebd2f11
authored
Feb 25, 2019
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #605
parents
9d50aa33
b1d2cec8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
.travis.yml
.travis.yml
+12
-7
No files found.
.travis.yml
View file @
6ebd2f11
...
...
@@ -15,7 +15,8 @@ cache:
env
:
global
:
-
DRIVER_VERSION=1.6.0alpha1
-
SERVER_VERSION=4.0.1
-
SERVER_DISTRO=ubuntu1604
-
SERVER_VERSION=4.0.6
-
DEPLOYMENT=STANDALONE
matrix
:
...
...
@@ -23,25 +24,29 @@ matrix:
include
:
-
php
:
5.5
dist
:
trusty
env
:
-
SERVER_DISTRO=ubuntu1404
-
php
:
5.6
-
php
:
7.0
-
php
:
7.1
-
php
:
7.2
-
php
:
7.0
dist
:
trusty
env
:
-
SERVER_DISTRO=ubuntu1404
-
SERVER_VERSION=3.0.15
-
DEPLOYMENT=STANDALONE_OLD
-
php
:
7.0
env
:
-
SERVER_VERSION=3.2.2
0
-
SERVER_VERSION=3.2.2
2
-
DEPLOYMENT=STANDALONE_OLD
-
php
:
7.0
env
:
-
SERVER_VERSION=3.4.1
5
-
SERVER_VERSION=3.4.1
9
-
DEPLOYMENT=STANDALONE_OLD
-
php
:
7.0
env
:
-
SERVER_VERSION=3.6.
5
-
SERVER_VERSION=3.6.
10
-
php
:
7.2
env
:
-
DEPLOYMENT=STANDALONE_AUTH
...
...
@@ -57,9 +62,9 @@ matrix:
before_install
:
-
pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
-
wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1404-${SERVER_VERSION}.tgz
-
tar zxf mongodb-linux-x86_64-ubuntu1404-${SERVER_VERSION}.tg
z
-
export PATH=${PWD}/
mongodb-linux-x86_64-ubuntu1404-${SERVER_VERSION}/bin/
:${PATH}
-
export SERVER_FILENAME=mongodb-linux-x86_64-${SERVER_DISTRO}-${SERVER_VERSION}
-
wget -qO- http://fastdl.mongodb.org/linux/${SERVER_FILENAME}.tgz | tar x
z
-
export PATH=${PWD}/
${SERVER_FILENAME}/bin
:${PATH}
-
mongod --version
-
mongo-orchestration --version
-
export MO_PATH=`python -c 'import mongo_orchestration; from os import path; print(path.dirname(mongo_orchestration.__file__));'`
...
...
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