Skip to content

Commit

Permalink
Add PHP7.3 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Oct 15, 2018
1 parent f4001fe commit 9c90559
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 7
- 7.1
- 7.2
- 7.3
cache:
directories:
- vendor
Expand All @@ -13,8 +14,8 @@ env:
- DEPENDENCIES=""
- DEPENDENCIES="--prefer-lowest --prefer-stable"
before_script:
- cp $HOME/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini /tmp
- phpenv config-rm xdebug.ini
- if [[ $TRAVIS_PHP_VERSION = '7.2' ]]; then cp $HOME/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini /tmp; fi
- if [[ $TRAVIS_PHP_VERSION != '7.3' ]]; then phpenv config-rm xdebug.ini ; fi
- composer self-update
- composer update $DEPENDENCIES
- composer update --working-dir=demo
Expand Down

0 comments on commit 9c90559

Please sign in to comment.