Skip to content

Commit 8956f9d

Browse files
committed
Add test with lowest dependencies
1 parent a7a080d commit 8956f9d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ env:
1414
- SELENIUM_VERSION=3.6.0
1515
matrix:
1616
- DEPS="" PROFILE=default
17-
# - DEPS="--prefer-lowest" PROFILE=default
17+
- DEPS="--prefer-lowest" PROFILE=default
1818
- DEPS="" PROFILE=symfony2
19-
# - DEPS="--prefer-lowest" PROFILE=symfony2
19+
- DEPS="--prefer-lowest" PROFILE=symfony2
2020

2121
php:
22+
- 5.6
2223
- 7.0
2324
- 7.1
2425
- 7.2

0 commit comments

Comments
 (0)