Skip to content

Commit

Permalink
change: test: TravisからPHP5.6を削除,php72以降でUnitTestでWarningが出るため修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Aug 8, 2020
1 parent 38eebfb commit 3e61474
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ php:
sudo: false
dist: trusty

matrix:
allow_failures:
# PHP 7.4 testing is allowed to fail because the GD extension and ZipArchive is not packaged on Travis CI yet.
# See https://travis-ci.community/t/some-extensions-are-missing-in-php-7-4-0-zip-gmp-sodium/6320/9
- php: 7.4

env:
- NETCOMMONS_VERSION=master DB=mysql

Expand Down

0 comments on commit 3e61474

Please sign in to comment.