aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Tej Chajed <tchajed@mit.edu>2017-03-10 12:13:38 -0500
committerGravatar Tej Chajed <tchajed@mit.edu>2017-03-10 12:42:59 -0500
commit935946b1aed05fa2d285f0da8f457563f4641b9e (patch)
tree5842f0e46b16ce77f2ab711b6c6911f6e6cdad62 /.travis.yml
parent9add418e7699a812e7cf5257680a7550234deb2a (diff)
[ci] Document that sudo: false is slower
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 678b4af7f..7138d5c61 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,7 @@
dist: trusty
+# Travis builds are slower using sudo: false (the container-based
+# infrastructure) as of March 2017; see
+# https://github.com/coq/coq/pull/467 for some discussion.
sudo: required
# Until Ocaml becomes a language, we set a known one.
language: c