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 4ff7e1a commit 117e56aCopy full SHA for 117e56a
.travis.yml
@@ -10,6 +10,7 @@ php:
10
- 5.5
11
- 5.6
12
- 7.0
13
+ - 7.1
14
- hhvm
15
16
env:
@@ -30,7 +31,7 @@ matrix:
30
31
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" PULI_VERSION=1.0.0-beta9
32
33
before_install:
- - if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
34
+ - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
35
36
install:
37
- wget https://github.com/puli/cli/releases/download/1.0.0-beta10/puli.phar && chmod +x puli.phar
0 commit comments