Skip to content

Commit

Permalink
Fix Travis-CI configuration: services mysql required (#304)
Browse files Browse the repository at this point in the history
* Added mysql service to travis configuration

* Disable PHP5.5 test

It fails with dist=xenial
  • Loading branch information
xezpeleta committed Jul 16, 2018
1 parent f3561b8 commit d61874e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: php

services:
- mysql

php:
# - 5.3 # Debian Squeeze => NOT SUPPORTED
# - 5.4 # Debian Wheezy => NOT SUPPORTED
- 5.5 # Ubuntu Trusty
# - 5.5 # Ubuntu Trusty
- 5.6 # Debian Jessie
- 7.0 # Debian Stretch / Ubuntu Xenial
- 7.1 # Ubuntu Bionic
Expand Down

0 comments on commit d61874e

Please sign in to comment.