Browse Source

Use MySQL service

Gabriel Caruso 6 years ago
parent
commit
4b63ea15dd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -12,6 +12,8 @@ cache:
 
 services:
   - redis-server
+  - mysql
+
 
 php:
   - 7.0