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

Commit 7137bdc

Browse files
author
games647
authored
Try to fix travis builds again
1 parent c743d9b commit 7137bdc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
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
@@ -41,4 +45,4 @@ script:
4145
# Get a summary of the output
4246
after_script:
4347
- ls -laR app/storage
44-
- cat app/storage/logs/*
48+
- cat app/storage/logs/*

0 commit comments

Comments
 (0)