Skip to content

Commit 9258440

Browse files
committed
- removed platform reqs
1 parent 838cd8b commit 9258440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ matrix:
1212
- php: nightly
1313

1414
install:
15-
- composer update -o --no-interaction --prefer-stable --ignore-platform-reqs
15+
- composer update -o --no-interaction --prefer-stable
1616

1717
script:
1818
- vendor/bin/phpunit --coverage-clover build/coverage/clover.xml

0 commit comments

Comments
 (0)