Travis CI now has support for testing on multiple operating systems:
I want to leverage this for testing my haxe projects. Just to see what happened, I added an os
list to my .travis.yml. Here is the result:
Mac OS testing worked right out of the box. On Windows it looks like haxelib install
fails because of a certificate issue:
Downloading ihx-0,4,0.zip...
Download complete: 0.25KB in 0.5s (0.4KB/s)
Download complete: 0KB in 0s (0KB/s)
Failed to download https://lib.haxe.org:443/files/3.0/ihx-0,4,0.zip. (1/3)
X509 - Certificate verification failed, e.g. CRL, CA or signature check failed
It would be great if Haxe Travis could support this use-case, and the docs should be updated so people know it’s possible (at least for Mac OS as of now).