Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Adds zend-code to LEGACY_DEPS environment
Browse files Browse the repository at this point in the history
Version 3.3 requires PHP 7.1.
  • Loading branch information
weierophinney committed Dec 6, 2017
1 parent 10ec1cc commit 43c4d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ matrix:
- php: 5.6
env:
- DEPS=locked
- LEGACY_DEPS="phpunit/phpunit doctrine/annotations"
- LEGACY_DEPS="phpunit/phpunit doctrine/annotations zendframework/zend-code"
- php: 5.6
env:
- DEPS=latest
Expand All @@ -37,7 +37,7 @@ matrix:
- php: 7
env:
- DEPS=locked
- LEGACY_DEPS="phpunit/phpunit doctrine/annotations"
- LEGACY_DEPS="phpunit/phpunit doctrine/annotations zendframework/zend-code"
- php: 7
env:
- DEPS=latest
Expand Down

0 comments on commit 43c4d98

Please sign in to comment.