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.
- Output Travis URL and stop. #17 Reported by @miguelbalparda
- Issue where
committed_at
would not be normalized to UTC. #18 Reported by @einball
- 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 withgit push -f
.
- Issue where if
env
isn't defined in.travis.yml
then the script will error out withKeyError
. #12 Reported by @eeeebbbbrrrr.
- Better message when running from a non-git repository.
- 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.
- 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.
- Flattened the structure of all functions. Adhered to PEP8.