[commit: ghc] wip/nfs-locking: Adds osx to the list of operatin systems in the travis.yml (f466624)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:55:53 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/f4666240df45766aa8d8e38af4a0d88d50e9325c/ghc

>---------------------------------------------------------------

commit f4666240df45766aa8d8e38af4a0d88d50e9325c
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Wed Jan 6 11:50:02 2016 +0800

    Adds osx to the list of operatin systems in the travis.yml
    
    This should fix #111.


>---------------------------------------------------------------

f4666240df45766aa8d8e38af4a0d88d50e9325c
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 9079fa9..58e23cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,9 @@
 sudo: false
 
+os:
+  - linux
+  - osx
+
 matrix:
     include:
         - env:



More information about the ghc-commits mailing list