File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ build_lcov
2121
2222phpize
2323./configure --enable-developer-flags --enable-coverage
24- make patch
25- make all
24+ make all -j4
2625sudo make install
2726echo " Use the most-up-to-date run-tests.. old ones like 5.3 don't report failure exit codes"
2827wget -O run-tests.php https://raw.githubusercontent.com/php/php-src/master/run-tests.php
@@ -39,3 +38,5 @@ ls $MONGO*
3938pwd
4039
4140
41+ # Predefine the test server
42+ echo ' {"STANDALONE": "mongodb:\/\/127.0.0.1:27017"}' > /tmp/PHONGO-SERVERS.json
Original file line number Diff line number Diff line change @@ -24,14 +24,12 @@ before_install:
2424 - sudo apt-get install mongodb-org
2525 - sudo apt-get install gdb valgrind
2626 - sudo apt-get install cdbs debhelper build-essential python-lxml
27- - sudo service mongod stop
28- - sudo mongo-orchestration start
2927
3028before_script :
3129 - ulimit -a
3230 - ulimit -c unlimited || true
3331 - " ./.travis.scripts/compile.sh"
34- - make test-bootstrap composer
32+ - mongo --eval 'tojson(db.runCommand({buildInfo:1}))'
3533
3634notifications :
3735 email :
You can’t perform that action at this time.
0 commit comments