Skip to content

Commit d855a91

Browse files
GrahamCampbellsagikazarmark
authored andcommitted
Test on PHP 7.1 (#36)
* Test on PHP 7.1 * Update .travis.yml
1 parent 10891ee commit d855a91

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
@@ -11,6 +11,7 @@ php:
1111
- 5.5
1212
- 5.6
1313
- 7.0
14+
- 7.1
1415
- hhvm
1516

1617
env:
@@ -28,7 +29,7 @@ matrix:
2829
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
2930

3031
before_install:
31-
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
32+
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
3233

3334
install:
3435
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355

0 commit comments

Comments
 (0)