Skip to content

Commit

Permalink
coverage for mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 22, 2017
1 parent ee4e0da commit 94acf24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -18,13 +18,13 @@ matrix:

include:
- php: 7.0
env: PHPCS=1 DEFAULT=0 DB=mysql db_dsn='mysql://root@127.0.0.1/cakephp_test'
env: PHPCS=1 DEFAULT=0

- php: 7.0
env: PHPSTAN=1 DEFAULT=0

- php: 7.0
env: COVERALLS=1 DEFAULT=0
env: COVERALLS=1 DEFAULT=0 DB=mysql db_dsn='mysql://root@127.0.0.1/cakephp_test'

before_script:
- composer self-update
Expand Down

0 comments on commit 94acf24

Please sign in to comment.