Skip to content

Commit

Permalink
fix(travis): Merge install and before_script
Browse files Browse the repository at this point in the history
  • Loading branch information
adityahase committed Jul 25, 2019
1 parent 4b68017 commit 6002fd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ install:
- 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'"

Expand Down

0 comments on commit 6002fd7

Please sign in to comment.