Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Fix travis config for pg
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Sep 3, 2015
1 parent ae01d78 commit dc73233
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,8 @@ before_install:
utf8'' > config/database.yml.mysql'
- 'echo -e ''test:\n adapter: postgresql\n database: onebody_test\n username: postgres\n encoding:
unicode'' > config/database.yml.pg'
- cp config/database.yml.$DB config/database.yml
- 'sed -i "s/#gem ''pg''/gem ''pg''/" Gemfile'
- 'cp config/database.yml.$DB config/database.yml'
bundler_args: "--without development production"
cache: bundler
sudo: false
Expand Down

0 comments on commit dc73233

Please sign in to comment.