CI is not completing `bower install` and everytime fails for ember-cli-shims

I am upgrading my Ember.js app to version 1.13.13, ember-cli to 1.13.15 and node to 4.3 accordingly we have updated other packages as well.
However I am successfully able to run my application on local and all tests are passing but whenever we are running build on CI it is breaking with following error.

bower ECONFLICT Unable to find suitable version for ember-cli-shims Action failed: bower install

Whereas git://github.com/ember-cli/ember-cli-shims.git#0.0.6 this path resolved correctly and if you try downloading it, it works and gets downloaded.
So not sure what is happening here