[commit: ghc] wip/nfs-locking: Don't use Docker on Travis. (ee592f4)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:55:33 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/ee592f4254da5b9f2db59ea465fd55adf66b771f/ghc
>---------------------------------------------------------------
commit ee592f4254da5b9f2db59ea465fd55adf66b771f
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Apr 22 13:08:07 2016 +0100
Don't use Docker on Travis.
See #229.
>---------------------------------------------------------------
ee592f4254da5b9f2db59ea465fd55adf66b771f
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 0e59864..2f0739a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-sudo: false
+sudo: true
matrix:
include:
More information about the ghc-commits
mailing list