Releases: travis-ci/travis.rb
Releases · travis-ci/travis.rb
v1.14.0
v.1.13.3
v.1.13.2
v.1.13.1
v1.13.0
What's Changed
- Generate key and switch default
- resolve dependency issue #854
Full Changelog: v1.12.0...v1.13.0
v1.12.0
What's Changed
Full Changelog: v1.11.1...v1.12.0
v1.11.1
What's Changed
Full Changelog: v1.11.0...v1.11.1
v1.11.0
What's Changed
- Fix permissions check in
travis env set
- Install compat version of faraday for Ruby 2.3
- Removed basic authentication in #811, GitHub deprecated the password Authentication, for more details visit https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations/
Full Changelog: v1.10.0...v1.11.0
Fixes auto-login for when token is available locally
Merge pull request #486 from travis-ci/ag-bump-version Bump version to 1.8.8
Version 1.5.0
- Add
travis setup rubygems
. - Add
travis accounts
. - Add
travis monitor
. - Make
travis logs
stream. - Add Broadcast entity.
- Add streaming body API.
- Add event listener API.
- Add simple plugin system (will load any ~/.travis/*/init.rb when running cli).
- Implement shell completion for bash and zsh.
- Be smarter about warnings when running
travis encrypt
. - Improve documentation.