File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 7
7
- $HOME/.composer/cache/files
8
8
9
9
php :
10
- 5.5
10
+ - 5.5
11
11
12
12
env :
13
13
- SUITE="curl" PACKAGE="php-http/curl-client:dev-master zendframework/zend-diactoros"
20
20
- SUITE="Zend" PACKAGE="php-http/buzz-adapter:dev-master"
21
21
22
22
matrix :
23
+ include :
24
+ - php : 7.0
25
+ env : SUITE="Artax" PACKAGE="php-http/artax-adapter:dev-master"
23
26
allow_failures :
24
27
- env : SUITE="Socket" PACKAGE="php-http/socket-client:dev-master php-http/client-common"
25
28
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit colors =" true" bootstrap =" vendor/autoload.php" >
3
3
<testsuites >
4
+ <testsuite name =" Artax" >
5
+ <directory >vendor/php-http/artax-adapter/tests</directory >
6
+ </testsuite >
4
7
<testsuite name =" curl" >
5
8
<directory >vendor/php-http/curl-client/tests</directory >
6
9
</testsuite >
You can’t perform that action at this time.
0 commit comments