Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Allow failures in Travis with PHP 7.3
Browse files Browse the repository at this point in the history
Because our dependency Gaufrette contains a PHP 7.3 incompatibility:

There was 1 error:
1) Burzum\FileStorage\Test\TestCase\Model\Behavior\FileStorageBehaviorTest::testAfterDelete
"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
/home/travis/build/burzum/cakephp-file-storage/vendor/knplabs/gaufrette/src/Gaufrette/Util/Path.php:30
/home/travis/build/burzum/cakephp-file-storage/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php:37
/home/travis/build/burzum/cakephp-file-storage/src/Storage/StorageManager.php:171
/home/travis/build/burzum/cakephp-file-storage/src/Storage/StorageManager.php:148
/home/travis/build/burzum/cakephp-file-storage/src/Storage/StorageManager.php:126
/home/travis/build/burzum/cakephp-file-storage/src/Storage/StorageTrait.php:44
/home/travis/build/burzum/cakephp-file-storage/src/Model/Behavior/FileStorageBehavior.php:161
/home/travis/build/burzum/cakephp-file-storage/tests/TestCase/Model/Behavior/FileStorageBehaviorTest.php:107
  • Loading branch information
ravage84 committed Apr 3, 2019
1 parent 3f53ed7 commit cd81cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:

matrix:
allow_failures:
- php: 7.3
- php: nightly

fast_finish: true
Expand Down

0 comments on commit cd81cf1

Please sign in to comment.