Skip to content

Commit

Permalink
FIXED: travis PHP versions
Browse files Browse the repository at this point in the history
raise PHP verions in travis.yml to 7.1 / 7.2
  • Loading branch information
skunde committed Mar 22, 2018
1 parent f5c455e commit 7e5febb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2

before_install:
- echo "extension=redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
Expand Down

0 comments on commit 7e5febb

Please sign in to comment.