From 52caadda3674c126cbec014f0727e696278868f3 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Mon, 7 May 2018 10:55:39 +0200 Subject: [ci] Add ounit to the base Docker package set. This should help #6808. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 07b728edf..c4b7733a6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ defaults: # reference syntax) working_directory: ~/coq docker: - - image: coqci/base:V2018-05-05 + - image: coqci/base:V2018-05-07 environment: &envvars NATIVE_COMP: "yes" -- cgit v1.2.3