Skip to content

Commit cf5a957

Browse files
committed
test dev dependencies against PHP 7.2
1 parent 3389c8a commit cf5a957

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
@@ -14,7 +14,7 @@ php:
1414
- 7.2
1515

1616
env:
17-
global:
17+
global:
1818
- TEST_COMMAND="composer test"
1919

2020
branches:
@@ -26,7 +26,7 @@ matrix:
2626
include:
2727
- php: 5.5
2828
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
29-
- php: 7.1
29+
- php: 7.2
3030
env: DEPENDENCIES=dev
3131
- php: hhvm
3232
dist: trusty

0 commit comments

Comments
 (0)