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 a64c076 commit ae671f6Copy full SHA for ae671f6
.travis.yml
@@ -22,10 +22,8 @@ branches:
22
matrix:
23
fast_finish: true
24
include:
25
- - php: 5.5
+ - php: 7.1
26
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
27
- - php: hhvm
28
- dist: trusty
29
30
before_install:
31
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
0 commit comments