[commit: ghc] wip/travis: Travis experiment: language: generic (f9a0639)
git at git.haskell.org
git at git.haskell.org
Tue Feb 7 19:51:45 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/travis
Link : http://ghc.haskell.org/trac/ghc/changeset/f9a0639fe00c39d800b8e1c6a3b549a286702da3/ghc
>---------------------------------------------------------------
commit f9a0639fe00c39d800b8e1c6a3b549a286702da3
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue Feb 7 14:51:36 2017 -0500
Travis experiment: language: generic
>---------------------------------------------------------------
f9a0639fe00c39d800b8e1c6a3b549a286702da3
.travis.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 77bd244..b47da5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,7 @@
+# The following enables container-based travis instances
+sudo: false
+language: generic
+
git:
submodules: false
More information about the ghc-commits
mailing list