File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.3
54 - 5.4
65 - 5.5
76 - 5.6
87 - 7
98
9+ # lock distro so new future defaults will not break the build
10+ dist : trusty
11+
12+ # also test lowest dependencies on PHP 7
13+ matrix :
14+ include :
15+ - php : 5.3
16+ dist : precise
17+ - php : 7.0
18+ env :
19+ - DEPENDENCIES=lowest
20+
1021sudo : false
1122
1223install :
1324 - composer install --no-interaction
14-
25+ - if [ "$DEPENDENCIES" = "lowest" ]; then composer update --prefer-lowest -n; fi
26+
1527script :
16- - phpunit --coverage-text
28+ - ./vendor/bin/ phpunit --coverage-text
Original file line number Diff line number Diff line change 1515 "react/stream" : " ^0.4 || ^0.3"
1616 },
1717 "require-dev" : {
18+ "phpunit/phpunit" : " ^4.8.10||^5.0" ,
1819 "react/event-loop" : " ^0.4 || ^0.3"
1920 }
2021}
You can’t perform that action at this time.
0 commit comments