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

View File

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