TravisCI and Ionic

Does anybody have figured out Continuous Deployment for Ionic2 ? As Cordova is heavily involved we are running in mayn dependency problems against older Node versions on “blackbox” services like BuddyBuild or GreenhouseCI. I now want to test TravisCi, but their docs only provide info about setting up Node projects (which in essence Ionic/Ionic2 projects are).

But our problems on TravisCI start from the very beginning, it is not acknowledging our project as MacOSX project and therefore we get not offered by their automatic systems a Mac box, but only a Linux box. Now it is impossible to do code signing with xcode CLI on a Linux box.

If somebody provide any help I would be really greatful.