File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,18 @@ sudo: required
77# list any PHP version you want to test against
88php :
99 # using major version aliases
10- # - 5.4 removed
1110 - 5.5
1211 - 5.6
1312 - 7.0
1413 - 7.1
1514 - 7.2
15+ - 7.3
1616
1717# execute any number of scripts before the test run, custom env's are available as variables
1818before_script :
1919 - travis_retry composer self-update
2020 - composer config notify-on-install false
2121 - travis_retry composer update --no-interaction --prefer-source
22- - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.4" ]] ; then composer require ramsey/array_column ; fi
2322 - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E0C56BD4
2423 - echo "deb http://repo.yandex.ru/clickhouse/deb/stable/ main/" | sudo tee -a /etc/apt/sources.list
2524 - sudo apt-get update -qq
You can’t perform that action at this time.
0 commit comments