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

eclipse plugin - Run java code error: Workspace is closed -

ios - How do I use CFArrayRef in Swift? -

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