about summary refs log tree commit diff homepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorMartin Nowack <m.nowack@imperial.ac.uk>2020-12-02 10:31:07 +0000
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2020-12-02 15:11:39 +0000
commitc51ffcd377097ee80ec9b0d6f07f8ea583a5aa1d (patch)
tree13b886cf29391ac8c6fcd466898d221259f92439 /Dockerfile
parent4411278ed77bda7d51edd0cbae160b1cdaa0e7b9 (diff)
downloadklee-c51ffcd377097ee80ec9b0d6f07f8ea583a5aa1d.tar.gz
Use Github Actions as default CI
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 && \