Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Try to fix #818
  • Loading branch information
CloCkWeRX committed Apr 30, 2019
1 parent 6fa209f commit dfbcad4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -45,6 +45,8 @@ before_install:
before_script:
# gem update --system is a workaround for travis-ci/travis-ci#8978
- "gem update --system"
# See https://github.com/fatfreecrm/fat_free_crm/issues/818
- chromedriver-update 73.0.3683.68
- sh -c "cp config/database.$DB.yml config/database.yml"
- sh -c "if [ \"$DB\" = 'postgres' ]; then psql -c 'create database fat_free_crm_test;' -U postgres; fi"
- sh -c "if [ \"$DB\" = 'mysql' ]; then mysql -e 'create database fat_free_crm_test;'; fi"
Expand Down

0 comments on commit dfbcad4

Please sign in to comment.