Skip to content

Commit 9272148

Browse files
committed
Run --prefer-lowest on lowest PHP version (7.0)
1 parent 22c3573 commit 9272148

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
@@ -16,8 +16,8 @@ branches:
1616
matrix:
1717
fast_finish: true
1818
include:
19-
- php: 7.1
20-
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" DEPENDENCIES="doctrine/instantiator:^1.1"
19+
- php: 7.0
20+
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
2121

2222
# Test the latest stable release
2323
- php: 7.0

0 commit comments

Comments
 (0)