fix(travis): Remove unused files

This commit is contained in:
Aditya Hase 2019-07-25 21:18:05 +05:30
parent 23f24d13dd
commit e2b16e3edb
3 changed files with 3 additions and 4 deletions

View File

@ -39,7 +39,8 @@ install:
- git clone https://github.com/frappe/frappe --branch $TRAVIS_BRANCH --depth 1
- bench init --frappe-path ~/frappe --python $(which python) frappe-bench
- cp -r $TRAVIS_BUILD_DIR/test_sites/test_site ~/frappe-bench/sites/
- mkdir ~/frappe-bench/sites/test_site
- cp -r $TRAVIS_BUILD_DIR/.travis/site_config.json ~/frappe-bench/sites/test_site/
before_script:
- mysql -u root -ptravis -e 'create database test_frappe'

View File

@ -6,8 +6,7 @@
"mail_login": "test@example.com",
"mail_password": "test",
"admin_password": "admin",
"run_selenium_tests": 1,
"root_password": "travis",
"host_name": "http://localhost:8000",
"host_name": "http://test_site:8000",
"install_apps": ["erpnext"]
}

View File

@ -1 +0,0 @@
erpnext