Skip to content

Commit 0a71ba8

Browse files
author
Philo Hamel
committed
Enable mysql service
1 parent c4ef698 commit 0a71ba8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: php
22

3+
services:
4+
- mysql
5+
36
php:
47
- 7.0
58
- 7.1
@@ -41,7 +44,6 @@ branches:
4144
before_script:
4245
- git clone -b master https://github.com/Oefenweb/travis --depth 1 ../travis
4346
- travis_wait ../travis/before_script.sh
44-
- mysql -u root -e 'CREATE DATABASE cakephp_test;'
4547

4648
script:
4749
- ../travis/script.sh

0 commit comments

Comments
 (0)