aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLuc Donnet2012-12-14 10:48:29 +0100
committerLuc Donnet2012-12-14 10:48:29 +0100
commit55dd563b986b5a178ef2788ebfb0467837987558 (patch)
treec58fcc8620257824c57bb5d6361bb3dadd543539 /.travis.yml
parent70e6ec9ee47fb4cba38023dd6554524c5848215d (diff)
downloadchouette-core-55dd563b986b5a178ef2788ebfb0467837987558.tar.bz2
Create database before migrate
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bd4deeb6f..1d160831a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,8 @@ rvm:
before_script:
- "sudo apt-get install build-essential ruby-dev libproj-dev libgeos-dev libffi-dev libsparsehash-dev zlib1g-dev libxslt1-dev libxml2-dev libbz2-dev"
- - "rake ci:prepare_travis"
- "psql -c 'create database chouette_test;' -U postgres"
+ - "rake ci:prepare_travis"
script: "rake spec"
notifications:
recipients: