diff --git a/.travis.yml b/.travis.yml index 37f555c09d..53d1e73baf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"