Travis CI no output in after success script

大城市里の小女人 提交于 2019-12-11 11:34:47

问题


I have a public Travis CI build for this repository: https://github.com/blacksonic/boar The problem is that i use a node js script in the after_success part and it appears that it runs it but has no output although it has a single line of console.log


回答1:


I did some tests on a sample project I have and it seems to work for me.

One thing I'm wondering is if you expanded the logs of the after_success step by clicking on the little triangle in the left margin of the log window.

Here is a picture to clarify what I mean:



来源:https://stackoverflow.com/questions/31082124/travis-ci-no-output-in-after-success-script

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