From c51ffcd377097ee80ec9b0d6f07f8ea583a5aa1d Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Wed, 2 Dec 2020 10:31:07 +0000 Subject: Use Github Actions as default CI --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 6a0eefb9..f01efe6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ LABEL maintainer="KLEE Developers" # TODO remove adding sudo package # Create ``klee`` user for container with password ``klee``. -# and give it password-less sudo access (temporarily so we can use the TravisCI scripts) +# and give it password-less sudo access (temporarily so we can use the CI scripts) RUN apt update && DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install sudo emacs-nox vim-nox file python3-dateutil doxygen && \ rm -rf /var/lib/apt/lists/* && \ useradd -m klee && \ -- cgit 1.4.1