mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Attempt to get Travis back on its feet again.
The current problem with Travis build is that it's using the Quicklisp version of the cl-db3 librairy rather than the current master's branch version, which current sources of pgloader depend on. In the Dockerfiles we use the alternate build method for preparing the lisp image, and invoke the `make clones` target explicitely in order to make sure that we have the right set of dependencies at build time. In this patch we apply the same approach to Travis, hoping to solve the current build issues there.
This commit is contained in:
parent
291af994ba
commit
1be0f02057
@ -21,7 +21,7 @@ before_script:
|
||||
- PGUSER=pgloader psql -d pgloader -c "create schema expected;"
|
||||
- PGUSER=pgloader psql -d pgloader -c "create schema err;"
|
||||
- make --version
|
||||
- make "CL=$LISP"
|
||||
- make "CL=$LISP" clones save
|
||||
|
||||
script:
|
||||
- PGUSER=pgloader make "CL=$LISP" check
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user