diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 13:37:17 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 13:37:17 +0000 |
commit | 3388a456a3b954142f5a6dbe684da07113a0d12c (patch) | |
tree | 801e9e76bd6436f4e8bebe20ed808c8173e9aac3 | |
parent | 36cdba8c351a20717593d6b2cc08685e425c8db0 (diff) |
Added postgres-dev, libsqlite3-dev
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fa31d9..bd0e01c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ test:jessie: &test variables: DISTRO: jessie script: - - apt-get install libxml2-dev libxslt1-dev libpq-dev + - apt-get install libxml2-dev libxslt1-dev libpq-dev postgresql-server-dev-9.4 libsqlite3-dev - bundle install -j $(nproc) --path vendor/bundle --binstubs - bundle exec rake test:unit |