drupal-modules / ads

Drupal distribution for Ads
http://drupal.org/project/ads
2 stars 2 forks source link

Link Travis build links into correct branch page. [$10] #73

Open kenorb opened 10 years ago

kenorb commented 10 years ago

URL: https://github.com/mycognitive/ads, https://github.com/mycognitive/ads_features File: README.md

Links in README file should point to the correct branch (page) with list of builds, e.g. https://travis-ci.org/mycognitive/ads/branches, or even more specific (7.x-1.x, master, etc).

Currently they point to the same page.

Est. 1h

aconz2 commented 9 years ago

Not sure there's a page where you can view build history for a specific branch

kenorb commented 9 years ago

Try: https://github.com/travis-ci/travis-ci/issues/1996, seems it's closed, so maybe the API URL would work?

aconz2 commented 9 years ago

that seems to be only for the API (and maybe only open to owner), travis-ci/travis-ci#4689 is still open, may look into that later

kenorb commented 9 years ago

This works: https://api.travis-ci.org/v3/repo/1502122/branch/7.x-1.x however it's just only JSON.

So I think the only workaround would be to point the appropriate branch tests to: https://travis-ci.org/mycognitive/ads/branches

kenorb commented 8 years ago

Follow-up: https://github.com/travis-ci/travis-ci/issues/5024