Skip to content

Commit

Permalink
Try system gem update first
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Jan 9, 2018
1 parent 84e186f commit 950d83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -45,7 +45,7 @@ before_install:
- "sh -e /etc/init.d/xvfb start"

before_script:
- sc -c "gem update --system in before_install"
- sc -c "gem update --system"
- 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 950d83e

Please sign in to comment.