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
21
21
22
22
phpize
23
23
./configure --enable-developer-flags --enable-coverage
24
- make patch
25
- make all
24
+ make all -j4
26
25
sudo make install
27
26
echo " Use the most-up-to-date run-tests.. old ones like 5.3 don't report failure exit codes"
28
27
wget -O run-tests.php https://raw.githubusercontent.com/php/php-src/master/run-tests.php
@@ -39,3 +38,5 @@ ls $MONGO*
39
38
pwd
40
39
41
40
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:
24
24
- sudo apt-get install mongodb-org
25
25
- sudo apt-get install gdb valgrind
26
26
- sudo apt-get install cdbs debhelper build-essential python-lxml
27
- - sudo service mongod stop
28
- - sudo mongo-orchestration start
29
27
30
28
before_script :
31
29
- ulimit -a
32
30
- ulimit -c unlimited || true
33
31
- " ./.travis.scripts/compile.sh"
34
- - make test-bootstrap composer
32
+ - mongo --eval 'tojson(db.runCommand({buildInfo:1}))'
35
33
36
34
notifications :
37
35
email :
You can’t perform that action at this time.
0 commit comments