haskell-socket
                                
                                
                                
                                    haskell-socket copied to clipboard
                            
                            
                            
                        Run Travis tests on Mac OS too
In .travis.yaml
os:
  - linux
  - osx
                                    
                                    
                                    
                                
This is is bigger task. The whole environment setup is heavily platform dependant (apt-get etc).
Is it feasible to run tests with stack? I can write necessary Travis config.
Switching to stack would be better anyway, I guess. If you already have a working Travis config at hand that can be adapted, that would be nice. We just need to remember to include the network specific additions (turning on IPv6 etc).
I have found that Travis does not allow ipv6 on OS X containers at all.
I think it might be a solution to split out the IPv6 parts from the test suite and not run them on OSX. IPv6 is probably not essential for most of the tests. I just mixed it in here and there to have it covered. I need to think about this a little. Other solutions are always welcome.