我正在使用特拉維斯CI自動化單元測試的一個Typescript項目。一切都正常運行在本地,但特拉維斯以下錯誤消息在最後彈出:特拉維斯CI建立失敗 - 幻影JS超時與摩卡
Running "mocha:test" (mocha) task
Testing: Tests/tests.html
Warning: PhantomJS timed out, possibly due to a missing Mocha run() call. Use --force to continue.
https://travis-ci.org/FullScreenShenanigans/ChangeLinr/builds/58349376
.travis.yml:
language: node_js
node_js:
- "0.12"
before_script:
npm install grunt grunt-cli grunt-contrib-copy grunt-contrib-uglify grunt-contrib-clean grunt-zip
script:
grunt
有什麼我做錯了這裏?
非常有趣!感謝您的答案,但我最終以不同的方式解決問題。無法跟上摩卡版本的更新將會是一個殺手鐗。 – Josh