Skip to content

Commit

Permalink
add php 7.3 to travis (webmozarts#84)
Browse files Browse the repository at this point in the history
* add php 7.3 to travis

* disable xdebug for 7.3
  • Loading branch information
andreybolonin authored and Nyholm committed Dec 24, 2018
1 parent d8ea33e commit c6d65b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ matrix:
- php: 7.1
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
- php: 7.2
- php: 7.3
allow_failures:
- php: hhvm
- php: nightly
fast_finish: true

before_install:
- if [[ $TRAVIS_PHP_VERSION != hhvm && $COVERAGE != yes ]]; then phpenv config-rm xdebug.ini; fi;
- if [[ $TRAVIS_PHP_VERSION != hhvm && $TRAVIS_PHP_VERSION != 7.3 && $COVERAGE != yes ]]; then phpenv config-rm xdebug.ini; fi;
- if [[ $TRAVIS_REPO_SLUG = webmozart/assert ]]; then cp .composer-auth.json ~/.composer/auth.json; fi;

install: composer update $COMPOSER_FLAGS --prefer-dist --no-interaction
Expand Down

0 comments on commit c6d65b4

Please sign in to comment.