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
2- matrix :
3- include :
4- - php : 5.3
5- dist : precise
6- - php : 5.4
7- dist : trusty
8- - php : 5.5
9- dist : trusty
10- - php : 5.6
11- dist : trusty
12- - php : 7.0
13- dist : trusty
14- - php : 7.1
15- dist : trusty
16- - php : 7.2
17- dist : trusty
18- - php : nightly
19- dist : trusty
20- - php : hhvm
21- dist : trusty
2+ php :
3+ - 5.4
4+ - 5.5
5+ - 5.6
6+ - 7.0
7+ - 7.1
8+ - 7.2
9+ - nightly
10+ - hhvm
2211before_script :
2312 - composer install
2413script : ./vendor/bin/phpunit
Original file line number Diff line number Diff line change 1111 "license" : " MIT" ,
1212
1313 "require" : {
14- "php" : " >=5.3.0 "
14+ "php" : " >=5.4 "
1515 },
1616
1717 "suggest" : {
Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ public function testBlockData()
557557 */
558558 public function testGzipIsValid ()
559559 {
560- foreach (array ( 'tgz ' , 'tar.gz ' ) as $ ext ) {
560+ foreach ([ 'tgz ' , 'tar.gz ' ] as $ ext ) {
561561 $ input = glob (dirname (__FILE__ ) . '/../src/* ' );
562562 $ archive = sys_get_temp_dir () . '/dwtartest ' . md5 (time ()) . '. ' . $ ext ;
563563 $ extract = sys_get_temp_dir () . '/dwtartest ' . md5 (time () + 1 );
You can’t perform that action at this time.
0 commit comments