Skip to content

Commit

Permalink
[5.5] Fix travis CI error (#20329)
Browse files Browse the repository at this point in the history
* Fix travis CI error

* Cast ids to array

* Revert cast in favor of #20330

* Always remove xdebug
  • Loading branch information
fernandobandeira authored and taylorotwell committed Jul 31, 2017
1 parent c20de08 commit 81f77dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- redis-server

before_install:
- phpenv config-rm xdebug.ini
- phpenv config-rm xdebug.ini || true
- echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- printf "\n" | pecl install -f redis
- travis_retry composer self-update
Expand Down

0 comments on commit 81f77dc

Please sign in to comment.