diff options
author | sapics <gv.nishino@gmail.com> | 2020-04-13 16:55:02 +0200 |
---|---|---|
committer | sapics <gv.nishino@gmail.com> | 2020-04-13 16:55:02 +0200 |
commit | 183ae7c2d217c76a5c77fc555f612ad4fc71633e (patch) | |
tree | 8fa7891c33233060d4d5f3a0be72c0ed9a506344 | |
parent | 16bc99b45d30953147721cd06bbb21fbe05c71b3 (diff) |
Remove allow_failures of php7.4 in Travis
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 889d0455b..43d85a4e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,6 @@ script: php -d zend.enable_gc=0 -d date.timezone=UTC -d mbstring.func_overload=7 jobs: allow_failures: - - php: 7.4 - php: nightly - php: hhvm-3.30 include: |