Explorar el Código

fix(travis): Remove unused files

version-14
Aditya Hase hace 5 años
padre
commit
ab46cd21bb
Se han modificado 7 ficheros con 1 adiciones y 42 borrados
  1. +1
    -1
      .travis.yml
  2. +0
    -0
      .travis/mariadb.json
  3. +0
    -0
      .travis/postgres.json
  4. +0
    -0
      test_sites/apps.txt
  5. +0
    -12
      test_sites/test_site/site_config.json
  6. +0
    -15
      test_sites/test_site_postgres/site_config.json
  7. +0
    -14
      test_sites/test_site_ui/site_config.json

+ 1
- 1
.travis.yml Ver fichero

@@ -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'"


test_sites/mariadb.json → .travis/mariadb.json Ver fichero


test_sites/postgres.json → .travis/postgres.json Ver fichero


+ 0
- 0
test_sites/apps.txt Ver fichero


+ 0
- 12
test_sites/test_site/site_config.json Ver fichero

@@ -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"
}

+ 0
- 15
test_sites/test_site_postgres/site_config.json Ver fichero

@@ -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"
}

+ 0
- 14
test_sites/test_site_ui/site_config.json Ver fichero

@@ -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"
}

Cargando…
Cancelar
Guardar