Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

65 lines (40 loc) · 1.7 KB

Changelog

All notable changes to trytravis will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

Added

  • Output Travis URL and stop. #17 Reported by @miguelbalparda

1.0.4

Fixed

  • Issue where committed_at would not be normalized to UTC. #18 Reported by @einball

1.0.3

Changed

  • Can no longer use a repository without containing the name trytravis. This is to prevent accidentally using a repository the user didn't intend to call with git push -f.

1.0.2

Fixed

  • Issue where if env isn't defined in .travis.yml then the script will error out with KeyError. #12 Reported by @eeeebbbbrrrr.

1.0.1

Added

  • Better message when running from a non-git repository.

Fixed

  • When running multiple times with the same commit hash trytravis would sometimes find and watch the incorrect build.
  • trytravis would display an HTTPS URL even if an SSH URL was used in the output.

1.0.0

Added

  • Added the ability to read your repository slug from the local config.
  • Added ability to add repository directly via command line with --repo option.
  • Added the main functionality to trigger and watch Travis builds.
  • Added ability to use ssh://[email protected]/[USERNAME]/[REPOSITORY] formatted remote urls.

Changed

  • Flattened the structure of all functions. Adhered to PEP8.