This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
Releases: sethmlarson/trytravis
Releases · sethmlarson/trytravis
1.0.4
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 withgit push -f
.
1.0.2
Fixed
- Issue where if
env
isn't defined in.travis.yml
then the
script will error out withKeyError
. #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.