Skip to content

Commit 33a5ebb

Browse files
committed
Merge branch 'v1.2'
2 parents 598e8e2 + 4277d7b commit 33a5ebb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ php:
55
- 5.6
66
- 5.5
77

8+
services:
9+
- mongodb
10+
811
env:
912
global:
1013
- TEST_PHP_ARGS="-q -s output.txt -g XFAIL,FAIL,BORK,WARN,LEAK,SKIP -x --show-diff"
@@ -18,10 +21,7 @@ env:
1821
before_install:
1922
- sudo pip install cpp-coveralls
2023
- sudo pip install ${MONGODB_ORCHESTRATION_REPO}
21-
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
22-
- echo "deb http://repo.mongodb.org/apt/ubuntu "$(lsb_release -sc)"/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list
2324
- sudo apt-get update
24-
- sudo apt-get install -y mongodb-org
2525
- sudo apt-get install gdb valgrind
2626
- sudo apt-get install cdbs debhelper build-essential python-lxml
2727
- php -r 'if ( ! ($f = php_ini_loaded_file())) { $f = PHP_CONFIG_FILE_PATH . "/php.ini"; } file_put_contents($f, "variables_order=EGPCS\n", FILE_APPEND); $a = file($f, FILE_IGNORE_NEW_LINES); var_dump($a[count($a)-1]);'
@@ -30,7 +30,6 @@ before_script:
3030
- ulimit -a
3131
- ulimit -c unlimited || true
3232
- "./.travis.scripts/compile.sh"
33-
- mongo --eval 'tojson(db.runCommand({buildInfo:1}))'
3433

3534
script:
3635
- make test

0 commit comments

Comments
 (0)