aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-13 19:46:06 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-13 19:46:46 -0800
commit6273d1d1b63d228958ec78ffea97324c55d5f6a2 (patch)
tree7fcea5b8595694dded479634fcaadf2ac04b5246 /.gitlab-ci.yml
parentc1645a0f04066c70f9698483007c1afc157fc2df (diff)
downloadfatcat-6273d1d1b63d228958ec78ffea97324c55d5f6a2.tar.gz
fatcat-6273d1d1b63d228958ec78ffea97324c55d5f6a2.zip
bump rust and postgres versions
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a02e5c06..8d2293fe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
unified_test:
- image: "rust:1.26-stretch"
+ image: "rust:1.30-stretch"
variables:
LC_ALL: "C.UTF-8"
LANG: "C.UTF-8"
@@ -10,7 +10,7 @@ unified_test:
DATABASE_URL: "postgres://fatcat_user:fatcat_pw@postgres/fatcat_test"
TEST_DATABASE_URL: "postgres://fatcat_user:fatcat_pw@postgres/fatcat_test"
services:
- - "postgres:9.6"
+ - "postgres:11"
before_script:
- cargo install diesel_cli --version 1.3.1
- apt update -qy