]> git.mxchange.org Git - friendica.git/blobdiff - .travis.yml
Create config keys if they not exists on set.
[friendica.git] / .travis.yml
index d68b7727e893648344978d94f4ff378589a62e15..82b5a5d218bd3de32b17a142b8e22026263b1e5b 100644 (file)
@@ -7,4 +7,14 @@ php:
  - 7.1
  - 7.2
 
-install: composer install
+services:
+ - mysql
+env:
+ - USER=travis DB=test
+
+install:
+ - composer install
+before_script:
+ - mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
+ # In order to avoid bin/worker.php warnings
+ - touch .htconfig.php