appcelerator-archive / windowslib

This is a library of utilities for dealing programmatically with Windows Phone applications, used namely for tools like Titanium.
http://www.appcelerator.com
Other
4 stars 10 forks source link

Remove travis config to stop travis publishing this library #73

Closed ewanharris closed 6 years ago

ewanharris commented 7 years ago

I was checking trying to make a PR to titanium_mobile to update windowslib, but noticed that the build had failed due to a Yarn 0.23.2 and Node.js 4 incompatibility (I filed appcelerator/jenkins/pull/15 to fix this), but then I got an email telling me that my travisci build had passed, I checked npm and lo and behold 0.5.2 was published! I was confused as Jenkins had failed, then it clicked travis had published this module! (triggered by Jenkins pushing the git tag).

I do ask that we merge appcelerator/jenkins/pull/15 before this though please 😃

And maybe we look at appveyor if we want some form of online CI to supplement our Jenkins setup (different configs etc)

ewanharris commented 7 years ago

I appear to have access to the travis config for this repo (https://travis-ci.org/appcelerator/windowslib/settings) so I set it to only build travis when a config is present, pretty much disabling travis