Travis MySQL service attempt

This commit is contained in:
Rsl1122 2018-12-26 20:36:29 +02:00
parent 131585179d
commit a323877979
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,8 @@ jobs:
include:
- stage: "Tests"
name: "Unit tests"
services:
- mysql
before_script: bash scripts/prepareTestEnv.sh
script: bash scripts/runTests.sh
- stage: "System Tests"

View File

@ -8,3 +8,5 @@ sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver
whereis google-chrome-stable
whereis chromedriver
mysql -e 'CREATE DATABASE Plan;'