Switch off nightly in CI

This commit is contained in:
Steven Fackler 2019-12-03 15:26:52 -08:00
parent b425a28b2f
commit d6163c088f

View File

@ -22,7 +22,7 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: rustlang/rust:nightly - image: rust:1.39.0
environment: environment:
RUSTFLAGS: -D warnings RUSTFLAGS: -D warnings
- image: sfackler/rust-postgres-test:5 - image: sfackler/rust-postgres-test:5