diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-29 14:14:01 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-29 14:14:01 +0100 |
commit | fba5ccfd32ffcf3dc24b28a78dec57fafc5b2382 (patch) | |
tree | 423b588593f2046b048efea326dc19d566c497ad | |
parent | 44d8601572aad5570ae4e18d06053b90f7f33025 (diff) |
Fix typo and remove postgres line (rake spec should create the test database anyway)
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6a7bcc995..3ca3edd00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,4 @@ before_install: - sudo apt-get -y install exim4-daemon-light - sudo apt-get -y install `cut -d " " -f 1 config/packages | egrep -v "(^#|wkhtml|bundler)"` before_script: - - psql -c 'create database foi_test template template0 encoding sql_ascii;' -U postgres - - co database.yml database.yml-test + - cp database.yml database.yml-test |