Working on tests

This commit is contained in:
Hillel Coren 2019-08-12 12:01:34 +03:00
parent 3cc9eb0bec
commit 16623103cd

View File

@ -40,7 +40,7 @@ install:
before_script: before_script:
# prevent MySQL went away error # prevent MySQL went away error
- mysql -u root -e 'SET @@GLOBAL.wait_timeout=28800;' #- mysql -u root -e 'SET @@GLOBAL.wait_timeout=28800;'
# copy configuration files # copy configuration files
- cp .env.travis .env - cp .env.travis .env
- cp tests/_bootstrap.php.default tests/_bootstrap.php - cp tests/_bootstrap.php.default tests/_bootstrap.php