logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 9ce97d454c488747cd83cc5a452d474de617de50
parent: 2c8deecdd2f75c6cdf1089e4266bedb8be55539c
Author: rinpatch <rinpatch@sdf.org>
Date:   Mon, 11 Mar 2019 19:40:45 +0000

Merge branch 'ci-switch-to-elixir-1-8-1' into 'develop'

Switch the CI to Elixir 1.8.1

See merge request pleroma/pleroma!926

Diffstat:

M.gitlab-ci.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: elixir:1.7.2 +image: elixir:1.8.1 services: - name: postgres:9.6.2