Browse Source

fix(travis): Remove unused files

develop
Aditya Hase 5 years ago
parent
commit
06ca6f7705
  1. 3
      .travis.yml
  2. 3
      .travis/site_config.json
  3. 1
      test_sites/apps.txt

3
.travis.yml

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

3
test_sites/test_site/site_config.json → .travis/site_config.json

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

1
test_sites/apps.txt

@ -1 +0,0 @@
erpnext
Loading…
Cancel
Save