We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3389c8a commit cf5a957Copy full SHA for cf5a957
.travis.yml
@@ -14,7 +14,7 @@ php:
14
- 7.2
15
16
env:
17
- global:
+ global:
18
- TEST_COMMAND="composer test"
19
20
branches:
@@ -26,7 +26,7 @@ matrix:
26
include:
27
- php: 5.5
28
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
29
- - php: 7.1
+ - php: 7.2
30
env: DEPENDENCIES=dev
31
- php: hhvm
32
dist: trusty
0 commit comments