Skip to content

Commit

Permalink
No need to reinstall Travis as we only test PHP>=7.0 (laravel#19210)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot authored and taylorotwell committed May 15, 2017
1 parent d42ad62 commit 5885588
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ services:
before_install:
- phpenv config-rm xdebug.ini
- echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- pecl install -f redis
- travis_retry composer self-update

install:
Expand Down

0 comments on commit 5885588

Please sign in to comment.