Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit 9a0aac2

Browse files
committed
Try to fix travis building
1 parent 135adc6 commit 9a0aac2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# which runs independent from the client system
33
language: php
44

5+
services:
6+
- mysql
7+
58
## Cache composer bits
69
cache:
710
directories:
@@ -18,6 +21,7 @@ install:
1821
# According to the travis site the composer build be very old, so update it to prevent bugs
1922
- cp .env.travis .env
2023
- composer self-update
24+
- mysql -e "create database IF NOT EXISTS test;" -uroot
2125
- composer install --prefer-source --no-interaction --dev
2226
# Setup the database with sample data
2327
- php artisan migrate --seed --force

0 commit comments

Comments
 (0)