commit | 7b39aa7f91462b6076ca3c89fd0280af10f9b53d | [log] [tgz] |
---|---|---|
author | Aditya Hase <aditya@adityahase.com> | Thu Jul 25 21:39:30 2019 +0530 |
committer | Aditya Hase <aditya@adityahase.com> | Fri Jul 26 05:54:03 2019 +0530 |
tree | 2475ce3752cea07869c9726e39658d1d1df99cab | |
parent | 6076443b6be47261a1fe784dd34871601afa7b08 [diff] |
fix(travis): Merge install and before_script
diff --git a/.travis.yml b/.travis.yml index 2f76373..fb941f3 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -49,7 +49,6 @@ - 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 -e "SET GLOBAL character_set_server = 'utf8mb4'" - mysql -u root -e "SET GLOBAL collation_server = 'utf8mb4_unicode_ci'"