mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-10 00:07:00 +02:00
Yet another attempt at getting the travis specs right.
This commit is contained in:
parent
32b4cf23e8
commit
0882a18b52
@ -5,11 +5,11 @@ 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 travis
|
||||
- sudo -u postgres createdb -E UTF8 -O travis -hlocalhost pgloader
|
||||
- sudo -u postgres createuser -S -R -D -E -l pgloader
|
||||
- sudo -u postgres createdb -E UTF8 -O pgloader -hlocalhost pgloader
|
||||
-
|
||||
script:
|
||||
- make check
|
||||
- USER=pgloader make check
|
||||
notifications:
|
||||
email:
|
||||
- dim@tapoueh.org
|
Loading…
Reference in New Issue
Block a user