Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit b993967

Browse files
committed
Make travis use newer php
1 parent ac02f6b commit b993967

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ env:
1313

1414
matrix:
1515
include:
16-
- php: 5.6
16+
- php: 7.0
1717
env: setup=lowest
18-
- php: 5.6
18+
- php: 7.0
19+
env: setup=stable
20+
- php: 7.1
21+
env: setup=lowest
22+
- php: 7.1
1923
env: setup=stable
2024

2125
sudo: false
@@ -25,7 +29,7 @@ cache:
2529
- $HOME/.composer/cache
2630

2731
before_install:
28-
- if [[ $TRAVIS_PHP_VERSION != 7.1 ]] ; then phpenv config-rm xdebug.ini; fi
32+
- echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
2933
- travis_retry composer self-update
3034

3135
install:

0 commit comments

Comments
 (0)