Skip to content

Commit 4f609d5

Browse files
author
Anton
authored
Merge pull request #42 from bluzphp/develop
Try to run build on PHP 7.3
2 parents 3253ed3 + 43f38d2 commit 4f609d5

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22
php:
33
- 7.1
44
- 7.2
5+
- 7.3
56
- master
67
matrix:
78
allow_failures:

tests/Command/Generate/CrudCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public function setUp()
3535
. DS . 'models'
3636
. DS . $this->model;
3737

38-
3938
$this->getFs()->mkdir(
4039
$this->modelPath
4140
);

0 commit comments

Comments
 (0)