Skip to content

Commit 72af82e

Browse files
matjack1samdark
authored andcommitted
Add MySQL to Travis (yiisoft#190)
1 parent cfe07e7 commit 72af82e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ cache:
1616
directories:
1717
- $HOME/.composer/cache
1818

19+
services:
20+
- mysql
21+
22+
before_install:
23+
- mysql -e 'CREATE DATABASE IF NOT EXISTS yii2_basic_tests;'
24+
1925
install:
2026
- travis_retry composer self-update && composer --version
2127
- travis_retry composer update --dev --prefer-dist --no-interaction

0 commit comments

Comments
 (0)