I didn't. I guess we also need to provide the INFRA people with some short instructions on how to enable this on the AppVeyor site.
On Fri, Jul 18, 2014 at 2:48 PM, Jesse <purplecabb...@gmail.com> wrote: > awesome! > Has anyone created an INFRA ticket for adding the github service hooks? > > @purplecabbage > risingj.com > > > On Fri, Jul 18, 2014 at 11:36 AM, Mark Koudritsky <kam...@google.com> > wrote: > > > The test failure on Travis is in plugman/install spec. It seems to only > > happen with a fresh checkout, once you run the test second time, it works > > ok. I was bitten by this before. Maybe something with bad management of > > temp dirs. I'll investigate. > > > > For now just removing that spec file "fixes" the build on Travis: > > https://travis-ci.org/kamrik/cordova-lib/builds/30291305 > > > > The build is with .travis.yml with > > before_install: cd cordova-lib; rm spec-plugman/install.spec.js > > >