Skip to content

Commit e27bca5

Browse files
committed
remove php 5.4 and try add php 7.3
1 parent 92ff33f commit e27bca5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,18 @@ sudo: required
77
# list any PHP version you want to test against
88
php:
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
1818
before_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

0 commit comments

Comments
 (0)