QUnit on Travis CI (PhantomJS timeout)

2019-06-22 00:10发布

问题:

Whenever I try to QUnit-Test on Travis the build fails with a PhantomJS Timeout Error. See: https://travis-ci.org/misantronic/frameWreck/builds/38939015 from line 86.

On my local system everything just works fine.

Its actually loading all the sources (QUnits.js and my js-module) but as soon as the test() function is invoked, it fails.

I found some topics about this issue, but these were because of the grunt version number (<0.4). Thats not the case.