11
11
global :
12
12
- TEST_PHP_ARGS="-q -s output.txt -g XFAIL,FAIL,BORK,WARN,LEAK,SKIP -x --show-diff"
13
13
- REPORT_EXIT_STATUS=1
14
- - SERVER_VERSION=4.0.0
14
+ - SERVER_DISTRO=ubuntu1604
15
+ - SERVER_VERSION=4.0.6
15
16
- DEPLOYMENT=STANDALONE
16
17
17
18
matrix :
@@ -22,6 +23,8 @@ matrix:
22
23
- TEST_PHP_ARGS="-q -s output.txt -x --show-diff"
23
24
- php : 5.5
24
25
dist : trusty
26
+ env :
27
+ - SERVER_DISTRO=ubuntu1404
25
28
- php : 5.6
26
29
- php : 7.0
27
30
- php : 7.1
@@ -49,32 +52,36 @@ matrix:
49
52
env :
50
53
- DEPLOYMENT=REPLICASET_AUTH
51
54
- php : 7.1
55
+ dist : trusty
52
56
env :
57
+ - SERVER_DISTRO=ubuntu1404
53
58
- SERVER_VERSION=3.0.15
54
59
- DEPLOYMENT=REPLICASET_OLD
55
60
- php : 7.1
61
+ dist : trusty
56
62
env :
63
+ - SERVER_DISTRO=ubuntu1404
57
64
- SERVER_VERSION=3.0.15
58
65
- DEPLOYMENT=STANDALONE_OLD
59
66
- php : 7.1
60
67
env :
61
- - SERVER_VERSION=3.2.20
68
+ - SERVER_VERSION=3.2.22
62
69
- DEPLOYMENT=STANDALONE_OLD
63
70
- php : 7.1
64
71
env :
65
- - SERVER_VERSION=3.4.15
72
+ - SERVER_VERSION=3.4.19
66
73
- DEPLOYMENT=STANDALONE_OLD
67
74
- php : 7.1
68
75
env :
69
- - SERVER_VERSION=3.6.5
76
+ - SERVER_VERSION=3.6.10
70
77
71
78
before_install :
72
79
- openssl aes-256-cbc -K $encrypted_b354efda2943_key -iv $encrypted_b354efda2943_iv -in .travis.scripts/atlas-uris.txt.enc -out .travis.scripts/atlas-uris.txt -d || true
73
80
- pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
74
81
- .travis.scripts/before_install.sh
75
- - wget http://fastdl. mongodb.org/linux/mongodb -linux-x86_64-ubuntu1404 -${SERVER_VERSION}.tgz
76
- - tar zxf mongodb- linux-x86_64-ubuntu1404-${SERVER_VERSION }.tgz
77
- - export PATH=${PWD}/mongodb-linux-x86_64-ubuntu1404-${SERVER_VERSION }/bin:${PATH}
82
+ - export SERVER_FILENAME= mongodb-linux-x86_64-${SERVER_DISTRO} -${SERVER_VERSION}
83
+ - wget -qO- http://fastdl. mongodb.org/ linux/${SERVER_FILENAME }.tgz | tar xz
84
+ - export PATH=${PWD}/${SERVER_FILENAME }/bin:${PATH}
78
85
- mongod --version
79
86
- mongo-orchestration --version
80
87
- export MO_PATH=`python -c 'import mongo_orchestration; from os import path;
0 commit comments