Why is my travis-ci build status always reflected as unknown?

I ran in to the same issue. I was able to address the issue by adding the branch parameter to the image url:

This url did not work

https://travis-ci.org/kandadaboggu/iprofiler.png

This url worked

https://travis-ci.org/kandadaboggu/iprofiler.png?branch=master

.com will not work here, as per latest. This works for me

## Travis-Build
[![Build Status](https://api.travis-ci.org/sananand007/genTspsolver.png?branch=master)](https://travis-ci.org/sananand007/genTspsolver)

Travis-Build

Build Status