Skip to content

Commit

Permalink
Merge pull request #115 from localheinz/feature/php7.3
Browse files Browse the repository at this point in the history
Enhancement: Add PHP 7.3 to Travis CI build matrix
  • Loading branch information
localheinz authored Dec 7, 2018
2 parents f53c8be + 7b1de79 commit 2574e5c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- if [[ -n "$GITHUB_TOKEN" ]]; then composer config github-oauth.github.com $GITHUB_TOKEN; fi

install:
- if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then composer remove --dev localheinz/php-cs-fixer-config; fi
- if [[ "$WITH_LOWEST" == "true" ]]; then composer update --prefer-lowest; fi
- if [[ "$WITH_LOCKED" == "true" ]]; then composer install; fi
- if [[ "$WITH_HIGHEST" == "true" ]]; then composer update; fi
Expand Down Expand Up @@ -114,6 +115,24 @@ jobs:

env: WITH_HIGHEST=true

- <<: *TEST

php: 7.3

env: WITH_LOWEST=true

- <<: *TEST

php: 7.3

env: WITH_LOCKED=true

- <<: *TEST

php: 7.3

env: WITH_HIGHEST=true

- stage: Infection

php: 7.2
Expand Down

0 comments on commit 2574e5c

Please sign in to comment.