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:
Dimitri Fontaine 2019-05-09 00:17:54 +02:00
parent 291af994ba
commit 1be0f02057

View File

@ -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