Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Releases: sethmlarson/trytravis

1.0.4

30 Aug 18:33
Compare
Choose a tag to compare

Fixed

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

1.0.3

29 Aug 19:43
Compare
Choose a tag to compare

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

29 Aug 17:49
Compare
Choose a tag to compare

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

29 Aug 04:46
Compare
Choose a tag to compare

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

27 Aug 04:25
Compare
Choose a tag to compare

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.