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

Commit 55e7c06

Browse files
committed
Added doctrine/annotations to LEGACY_DEPS as version 1.6 requires PHP 7.1
1 parent 9c7e5c0 commit 55e7c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix:
1717
- php: 5.6
1818
env:
1919
- DEPS=locked
20-
- LEGACY_DEPS="phpunit/phpunit"
20+
- LEGACY_DEPS="phpunit/phpunit doctrine/annotations"
2121
- TEST_COVERAGE=true
2222
- php: 5.6
2323
env:
@@ -28,7 +28,7 @@ matrix:
2828
- php: 7
2929
env:
3030
- DEPS=locked
31-
- LEGACY_DEPS="phpunit/phpunit"
31+
- LEGACY_DEPS="phpunit/phpunit doctrine/annotations"
3232
- CS_CHECK=true
3333
- php: 7
3434
env:

0 commit comments

Comments
 (0)