travis ci - Build status picture stays at "build unknown" -
even if builds passing on travis, build status picture seems have stopped changing. still says "build unknown".
my .travis.yml
contains:
language: node_js node_js: - "0.12" - "0.11" - "0.10" - "iojs-v2.1.0" - "iojs-v1.0.4" services: - mongodb
what's problem?
it due travis issue corrected.
Comments
Post a Comment