Skip to content

Commit 117e56a

Browse files
GrahamCampbelldbu
authored andcommitted
Test on PHP 7.1 (#79)
Test on PHP 7.1
1 parent 4ff7e1a commit 117e56a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ php:
1010
- 5.5
1111
- 5.6
1212
- 7.0
13+
- 7.1
1314
- hhvm
1415

1516
env:
@@ -30,7 +31,7 @@ matrix:
3031
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" PULI_VERSION=1.0.0-beta9
3132

3233
before_install:
33-
- 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
3435

3536
install:
3637
- wget https://github.com/puli/cli/releases/download/1.0.0-beta10/puli.phar && chmod +x puli.phar

0 commit comments

Comments
 (0)