ci: 🎡 use circleci/rust:1.31 image

This commit is contained in:
Stepan Kuzmin 2019-01-12 15:31:53 +03:00
parent c55d06fea1
commit 22402d4038

View File

@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/rust:1.30
- image: circleci/rust:1.31
environment:
DATABASE_URL: postgres://postgres@localhost/test
RUST_LOG: actix_web=debug,postgres=debug,martin=debug