Skip to content

Commit

Permalink
test mysql 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bendavies committed Aug 18, 2016
1 parent 2760ec3 commit 4b3ce5f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,26 @@ before_install:

install: composer update $COMPOSER_FLAGS --prefer-dist

before_install:
- if [[ $DB == 'mysql' ]]; then mysql --version; fi

script: ./vendor/bin/phpunit -c tests/travis/$DB.travis.xml

matrix:
fast_finish: true
include:
- php: 5.3
env: COMPOSER_FLAGS="--prefer-lowest" DB=sqlite
- php: 7.0
env: DB=mysql
dist: trusty
sudo: required
addons:
apt:
packages:
- mysql-server-5.6
- mysql-client-core-5.6
- mysql-client-5.6
allow_failures:
- php: nightly
- php: hhvm

0 comments on commit 4b3ce5f

Please sign in to comment.