Yet another attempt at getting the travis specs right.

This commit is contained in:
Dimitri Fontaine 2014-06-16 20:12:35 +02:00
parent 32b4cf23e8
commit 0882a18b52

View File

@ -5,11 +5,11 @@ install:
- sudo apt-get install -f - sudo apt-get install -f
- sudo apt-get install sbcl unzip libsqlite3-dev - sudo apt-get install sbcl unzip libsqlite3-dev
before_script: before_script:
- sudo -u postgres createuser -S -R -D -E -l travis - sudo -u postgres createuser -S -R -D -E -l pgloader
- sudo -u postgres createdb -E UTF8 -O travis -hlocalhost pgloader - sudo -u postgres createdb -E UTF8 -O pgloader -hlocalhost pgloader
- -
script: script:
- make check - USER=pgloader make check
notifications: notifications:
email: email:
- dim@tapoueh.org - dim@tapoueh.org