Another tweak of the travis build setup.

This commit is contained in:
Dimitri Fontaine 2014-06-16 18:30:19 +02:00
parent 4c43e5e3c3
commit 61ff60d285

View File

@ -5,8 +5,8 @@ install:
- sudo apt-get install -f
- sudo apt-get install sbcl unzip libsqlite3-dev
before_script:
- sudo -u postgres createuser -S -R -D -E -l pgloader
- sudo -u postgres createdb -E UTF8 -O pgloader -hlocalhost pgloader
- sudo -u postgres createuser -S -R -D -E -l travis
- sudo -u postgres createdb -E UTF8 -O travis -hlocalhost pgloader
-
script:
- make check