fix(travis): Remove unused files

This commit is contained in:
Aditya Hase 2019-07-23 19:15:02 +05:30
parent 8a3c5a8c51
commit ab46cd21bb
7 changed files with 1 additions and 42 deletions

View file

@ -53,7 +53,7 @@ install:
- bench init frappe-bench --skip-assets --python $(which python) --frappe-path $TRAVIS_BUILD_DIR
- mkdir ~/frappe-bench/sites/test_site
- cp $TRAVIS_BUILD_DIR/test_sites/$DB.json ~/frappe-bench/sites/test_site/site_config.json
- cp $TRAVIS_BUILD_DIR/.travis/$DB.json ~/frappe-bench/sites/test_site/site_config.json
- mysql -u root -e "SET GLOBAL character_set_server = 'utf8mb4'"
- mysql -u root -e "SET GLOBAL collation_server = 'utf8mb4_unicode_ci'"

View file

View file

@ -1,12 +0,0 @@
{
"db_name": "test_frappe",
"db_password": "test_frappe",
"auto_email_id": "test@example.com",
"mail_server": "smtp.example.com",
"mail_login": "test@example.com",
"mail_password": "test",
"admin_password": "admin",
"root_password": "travis",
"run_selenium_tests": 1,
"host_name": "http://test_site:8000"
}

View file

@ -1,15 +0,0 @@
{
"db_host": "localhost",
"db_name": "test_frappe",
"db_password": "test_frappe",
"db_type": "postgres",
"auto_email_id": "test@example.com",
"mail_server": "smtp.example.com",
"mail_login": "test@example.com",
"mail_password": "test",
"admin_password": "admin",
"root_login": "postgres",
"root_password": "travis",
"run_selenium_tests": 1,
"host_name": "http://test_site_postgres:8000"
}

View file

@ -1,14 +0,0 @@
{
"developer_mode": 1,
"db_name": "test_site_ui",
"db_password": "test_site_ui",
"db_type": "mariadb",
"auto_email_id": "test@example.com",
"mail_server": "smtp.example.com",
"mail_login": "test@example.com",
"mail_password": "test",
"admin_password": "admin",
"root_password": "travis",
"run_selenium_tests": 1,
"host_name": "http://test_site_ui:8000"
}