@@ -15,33 +15,38 @@ cache:
15
15
env :
16
16
global :
17
17
- DRIVER_VERSION=1.6.0alpha1
18
- - SERVER_VERSION=4.0.1
18
+ - SERVER_DISTRO=ubuntu1604
19
+ - SERVER_VERSION=4.0.6
19
20
- DEPLOYMENT=STANDALONE
20
21
21
22
matrix :
22
23
fast_finish : true
23
24
include :
24
25
- php : 5.5
25
26
dist : trusty
27
+ env :
28
+ - SERVER_DISTRO=ubuntu1404
26
29
- php : 5.6
27
30
- php : 7.0
28
31
- php : 7.1
29
32
- php : 7.2
30
33
- php : 7.0
34
+ dist : trusty
31
35
env :
36
+ - SERVER_DISTRO=ubuntu1404
32
37
- SERVER_VERSION=3.0.15
33
38
- DEPLOYMENT=STANDALONE_OLD
34
39
- php : 7.0
35
40
env :
36
- - SERVER_VERSION=3.2.20
41
+ - SERVER_VERSION=3.2.22
37
42
- DEPLOYMENT=STANDALONE_OLD
38
43
- php : 7.0
39
44
env :
40
- - SERVER_VERSION=3.4.15
45
+ - SERVER_VERSION=3.4.19
41
46
- DEPLOYMENT=STANDALONE_OLD
42
47
- php : 7.0
43
48
env :
44
- - SERVER_VERSION=3.6.5
49
+ - SERVER_VERSION=3.6.10
45
50
- php : 7.2
46
51
env :
47
52
- DEPLOYMENT=STANDALONE_AUTH
@@ -57,9 +62,9 @@ matrix:
57
62
58
63
before_install :
59
64
- pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
60
- - wget http://fastdl. mongodb.org/linux/mongodb -linux-x86_64-ubuntu1404 -${SERVER_VERSION}.tgz
61
- - tar zxf mongodb- linux-x86_64-ubuntu1404-${SERVER_VERSION }.tgz
62
- - export PATH=${PWD}/mongodb-linux-x86_64-ubuntu1404-${SERVER_VERSION }/bin/ :${PATH}
65
+ - export SERVER_FILENAME= mongodb-linux-x86_64-${SERVER_DISTRO} -${SERVER_VERSION}
66
+ - wget -qO- http://fastdl. mongodb.org/ linux/${SERVER_FILENAME }.tgz | tar xz
67
+ - export PATH=${PWD}/${SERVER_FILENAME }/bin:${PATH}
63
68
- mongod --version
64
69
- mongo-orchestration --version
65
70
- export MO_PATH=`python -c 'import mongo_orchestration; from os import path; print(path.dirname(mongo_orchestration.__file__));'`
0 commit comments