File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : php
22php :
3- - 5.4
4- - 5.5
53 - 5.6
64 - 7
75
@@ -49,25 +47,16 @@ script:
4947 - sh -c "if [ '$JSTESTS' != '1' -a '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi"
5048 - cd ../
5149
52- # Run Javascript unit tests
53- # - cd tests/js
54- # - sh -c "if [ '$JSTESTS' = '1' ]; then npm install --deps; node_modules/karma/bin/karma start karma.config.js --single-run; fi"
55- # - cd ../
56-
5750matrix :
5851 include :
59- - php : 5.4
52+ - php : 5.6
6053 env : DB=mysql
61- - php : 5.4
54+ - php : 5.6
6255 env : DB=pgsql
63- # - php: 5.4
64- # env: DB=oracle
65- - php : 5.4
56+ - php : 5.6
6657 env : DB=mysql;CODECHECK=1
67- - php : 5.4
58+ - php : 5.6
6859 env : DB=mysql;CODECHECK=2
69- # - php: 5.4
70- # env: DB=mysql;JSTESTS=1
7160 allow_failures :
7261 - env : DB=mysql;CODECHECK=2
7362 fast_finish : true
You can’t perform that action at this time.
0 commit comments