diff options
| author | Luc Donnet | 2012-12-14 10:29:28 +0100 |
|---|---|---|
| committer | Luc Donnet | 2012-12-14 10:29:28 +0100 |
| commit | c937a8819796ff91e7337945962731f9d5b70cb3 (patch) | |
| tree | 769b7f866669f7a0a06610c1b80328836defb942 /.travis.yml | |
| parent | 2b1896ca967301c9059395f2f01a25b0dd5327ac (diff) | |
| download | chouette-core-c937a8819796ff91e7337945962731f9d5b70cb3.tar.bz2 | |
Fix database configuration for travis
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3ec535d43..ea412217a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ 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:travis" + - "psql -c 'create database chouette_test;' -U postgres" script: "rake spec" notifications: recipients: |
