Skip to content

Commit

Permalink
fix(travis): Remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
adityahase committed Jul 24, 2019
1 parent 8a3c5a8 commit ab46cd2
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 42 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down
File renamed without changes.
File renamed without changes.
Empty file removed test_sites/apps.txt
Empty file.
12 changes: 0 additions & 12 deletions test_sites/test_site/site_config.json

This file was deleted.

15 changes: 0 additions & 15 deletions test_sites/test_site_postgres/site_config.json

This file was deleted.

14 changes: 0 additions & 14 deletions test_sites/test_site_ui/site_config.json

This file was deleted.

0 comments on commit ab46cd2

Please sign in to comment.