|
|
|
@ -7,6 +7,8 @@ php: |
|
|
|
- 5.5 |
|
|
|
- 5.5 |
|
|
|
- 5.6 |
|
|
|
- 5.6 |
|
|
|
- 7.0 |
|
|
|
- 7.0 |
|
|
|
|
|
|
|
- 7.1 |
|
|
|
|
|
|
|
- nightly |
|
|
|
- hhvm |
|
|
|
- hhvm |
|
|
|
|
|
|
|
|
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
@ -16,6 +18,7 @@ matrix: |
|
|
|
fast_finish: true |
|
|
|
fast_finish: true |
|
|
|
allow_failures: |
|
|
|
allow_failures: |
|
|
|
- php: hhvm |
|
|
|
- php: hhvm |
|
|
|
|
|
|
|
- php: nightly |
|
|
|
|
|
|
|
|
|
|
|
# faster builds on new travis setup not using sudo |
|
|
|
# faster builds on new travis setup not using sudo |
|
|
|
sudo: false |
|
|
|
sudo: false |
|
|
|
@ -32,6 +35,8 @@ before_install: |
|
|
|
# see: https://blog.travis-ci.com/upcoming_ubuntu_11_10_migration/ |
|
|
|
# see: https://blog.travis-ci.com/upcoming_ubuntu_11_10_migration/ |
|
|
|
- if [[ $TRAVIS_PHP_VERSION = 5.3.3 ]]; then composer config -g -- disable-tls true; fi; |
|
|
|
- if [[ $TRAVIS_PHP_VERSION = 5.3.3 ]]; then composer config -g -- disable-tls true; fi; |
|
|
|
- if [[ $TRAVIS_PHP_VERSION = 5.3.3 ]]; then composer config -g -- secure-http false; fi; |
|
|
|
- if [[ $TRAVIS_PHP_VERSION = 5.3.3 ]]; then composer config -g -- secure-http false; fi; |
|
|
|
|
|
|
|
# no version compatible with PHP > 7.1 |
|
|
|
|
|
|
|
- if [[ $TRAVIS_PHP_VERSION = 7.2.* ]]; then composer remove friendsofphp/php-cs-fixer; fi; |
|
|
|
|
|
|
|
|
|
|
|
install: |
|
|
|
install: |
|
|
|
- composer self-update |
|
|
|
- composer self-update |
|
|
|
|