QUnit on Travis CI (PhantomJS timeout)

此生再无相见时 提交于 2019-12-10 14:59:23

问题


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.

来源:https://stackoverflow.com/questions/26552132/qunit-on-travis-ci-phantomjs-timeout

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!