Skip to content
Snippets Groups Projects
Commit db24ab9a authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] Create some cache tables in travis

Change-Id: I4afa39c7033620eafd0647f3993700286591f7d9
Resolves: #40133
Related: #40095
Releases: 6.0
Reviewed-on: http://review.typo3.org/14045
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
parent 54de00fc
Branches
Tags
No related merge requests found
......@@ -27,6 +27,7 @@ before_script:
- if [[ "$DB" == "mysql" ]]; then mysql -e "DROP DATABASE IF EXISTS typo3_test;" -uroot; fi
- if [[ "$DB" == "mysql" ]]; then mysql -e "create database IF NOT EXISTS typo3_test;" -uroot; fi
- if [[ "$DB" == "mysql" ]]; then mysql -uroot typo3_test < build-environment/Introduction/typo3conf/ext/introduction/Resources/Private/Subpackages/Introduction/Database/introduction.sql; fi
- if [[ "$DB" == "mysql" ]]; then mysql -uroot typo3_test < build-environment/dbimport/cache_tables.sql; fi
- if [[ "$DB" == "mysql" ]]; then mysql -uroot typo3_test < build-environment/dbimport/cli_users.sql; fi
- if [[ "$DB" == "mysql" ]]; then mysql -uroot typo3_test < build-environment/dbimport/phpunit.sql; fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment