javascript - Why mocha tests don't run on Travis, but local? -


I have this - - setup where local bus runs fine ( 4 pass ). But none of the Running ( 0 passing ) is posted on Travis CIS.

See, ,,, Can anyone put a brief look at this?

  // Local currency "Motcha: Test" (Mocha) Trial: Test / index html & gt; & Gt; 4 pass! (0.00 S) Without errors // Travis CI Running "Mocha: Test" (Mocha) work & gt; & Gt; 0 passed! (0.00 S)    

It looks like your Gruntfile .js reference < test

test is the directory, strong > Travis CI is case-sensitive (Mac file system is not by default), so either rename the directory or replace Gruntfile.js You should help run your tests on Travis CI.


Comments

Popular posts from this blog

scala - Play Framework - how to bind form to a session field -

c++ - Why does Visual Studio Release build break on non-executing code line -

Firefox reacting to JQuery setTimeout that doesn't apply -