It's jasmine test that is failing [1] Does this means that jasmine tests are not running in a continuously? Any reason why are they not running in Travis?
I can't figure out what is the test trying to test: it('should successfully add a plugin using relative path when running from subdir inside of project', So I need some help trying to fix it. [1]: https://github.com/apache/cordova-lib/blob/master/cordova-lib/spec-cordova/plugin.spec.js#L171 On Mon, Apr 25, 2016 at 12:51 PM Jesse <purplecabb...@gmail.com> wrote: > Travis is running this: > - git clone https://github.com/apache/cordova-js --depth 10 > - cd cordova-lib > - npm link ../cordova-js > - npm link ../cordova-common > - npm link ../cordova-serve > - npm install > - "(cd ../cordova-common && npm test)" > - "npm run ci" > > There are a lot of different things that could affect the tests, which > cordova-js&|common&|serve you have installed/linked and so on. > Travis is essentially doing 'npm run ci' which does not run jasmine, so the > issue is probably a failing jasmine test. > Can you try running 'npm run ci' and seeing if that passes? > > > > @purplecabbage > risingj.com > > On Sat, Apr 23, 2016 at 1:53 PM, Carlos Santana <csantan...@gmail.com> > wrote: > > > I do't get it then, Travis is green, so Travis not running same test > suite > > as "npm test"? > > > > On Fri, Apr 22, 2016 at 9:11 PM Shazron <shaz...@gmail.com> wrote: > > > > > I'm seeing the same. Using node 0.12.7 > > > > > > > > > On Fri, Apr 22, 2016 at 12:44 PM, Carlos Santana <csantan...@gmail.com > > > > > wrote: > > > > > > > I'm seeing 2 test failures when I do "npm test" > > > > > > > > Anyone seeing the same? Wonder what I have setup wrong here: > > > > > > > > Here is a paste http://pastebin.com/4E4c40X5 of my output > > > > > > > > I thought it was node 5, but then swift to node 4 and the same. > > > > This is after making sure all npm links are correct with "coho > > npm-link" > > > > > > > > > >