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".

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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -