Skip to content

Commit 4277d7b

Browse files
committed
Merge pull request #644
2 parents cbb5f9f + 9ea4a92 commit 4277d7b

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
@@ -6,6 +6,9 @@ php:
66
- 5.5
77
- 5.4
88

9+
services:
10+
- mongodb
11+
912
env:
1013
global:
1114
- TEST_PHP_ARGS="-q -s output.txt -g XFAIL,FAIL,BORK,WARN,LEAK,SKIP -x --show-diff"
@@ -19,10 +22,7 @@ env:
1922
before_install:
2023
- sudo pip install cpp-coveralls
2124
- sudo pip install ${MONGODB_ORCHESTRATION_REPO}
22-
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
23-
- 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
2425
- sudo apt-get update
25-
- sudo apt-get install -y mongodb-org
2626
- sudo apt-get install gdb valgrind
2727
- sudo apt-get install cdbs debhelper build-essential python-lxml
2828
- 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]);'
@@ -31,7 +31,6 @@ before_script:
3131
- ulimit -a
3232
- ulimit -c unlimited || true
3333
- "./.travis.scripts/compile.sh"
34-
- mongo --eval 'tojson(db.runCommand({buildInfo:1}))'
3534

3635
script:
3736
- make test

0 commit comments

Comments
 (0)