Skip to content

Commit

Permalink
Merge pull request #9 from thomasvargiu/feature/php72-support
Browse files Browse the repository at this point in the history
PHP 7.2 support
  • Loading branch information
thomasvargiu authored Dec 1, 2017
2 parents 9634431 + 06ba894 commit 9b6e1d0
Show file tree
Hide file tree
Showing 2 changed files with 1,098 additions and 1,009 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,25 @@ matrix:
- php: 7.1
env:
- DEPS=latest
- php: nightly
- php: 7.2
env:
- DEPS=lowest
- php: 7.2
env:
- DEPS=latest
- php: nightly
env:
- DEPS=locked
- DEPS=lowest
- php: nightly
env:
- DEPS=latest
allow_failures:
- php: nightly

before_install:
- if [[ $EXECUTE_TEST_SCRUTINIZER != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
- composer self-update

install:
- travis_retry composer install $COMPOSER_ARGS
- if [[ $DEPS == 'locked' ]]; then travis_retry composer install $COMPOSER_ARGS ; fi
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
- composer show

script:
- if [[ $EXECUTE_TEST_SCRUTINIZER == 'true' ]]; then ./vendor/bin/phpunit --coverage-clover coverage.clover ; fi
Expand Down
Loading

0 comments on commit 9b6e1d0

Please sign in to comment.