Adding 3.5 to test suite

This commit is contained in:
Daniel Hensby 2016-12-20 14:49:23 +00:00
parent 41533deb41
commit f7f5f115ee
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E
1 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,8 @@ matrix:
env: DB=MYSQL CORE_RELEASE=3.3
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.4
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.5
before_script:
- composer self-update || true
@ -32,4 +34,4 @@ before_script:
- composer install
script:
- vendor/bin/phpunit dms/tests
- vendor/bin/phpunit dms/tests