Skip to content

Commit

Permalink
Travis use trusty for PHP 5.4-5.5 and add service mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
HLeithner committed Aug 8, 2019
1 parent 8756a48 commit 2a23a63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ matrix:
env:
- INSTALL_APCU="no"
- INSTALL_MEMCACHE="yes"
dist: trusty
- php: 5.5
env:
- INSTALL_MEMCACHE="yes"
dist: trusty
- php: 5.6
env:
- INSTALL_MEMCACHE="yes"
Expand All @@ -45,6 +47,7 @@ services:
- memcache
- memcached
- redis-server
- mysql

before_script:
# Make sure all dev dependencies are installed
Expand Down

0 comments on commit 2a23a63

Please sign in to comment.