Releases: travis-ci/travis.rb
Releases · travis-ci/travis.rb
Version 1.4.0
- Add
travis init
- Improve install documentation, especially for people from outside the Ruby community
- Improve error message on an expired token
- Add Account entity to library
- Switch to Typhoeus as default HTTP adapter
- Fix tests for forks
Version 1.3.1
- Add
travis whatsup --my-repos
, which corresponds to the "My Repositories" tab in the web interface - It is now recommended to use Ruby 2.0, any Ruby version prior to 1.9.3 will lead to a warning being displayed. Disable with
--skip-version-check
. - Add
--override
and--append
totravis encrypt
, make default behavior depend on key. - Add shorthand for
travis encrypt --add
.
Version 1.3.0
- Add
travis setup [heroku|openshift|nodejitsu|sauce_connect]
- Add
travis branches
- Add Repository#branch and Repository#branches
- Improve
--help
- Improve error message when calling
travis logs
with a matrix build number - Check if travis gem is up to date from time to time (CLI only, not when used as library)
Version 1.2.8
- Make pubkey print out key in ssh encoding, add --pem flag for old format
- Fix more encoding issues
- Fix edge cases that broke history view
Version 1.2.7
- Add pubkey command
- Remove all whitespace from an encrypted string
Version 1.2.6
- Improve output of history command
Version 1.2.5
- Fix encoding issue
Version 1.2.4
- Allow empty commit message
Version 1.2.3
- Fix encoding issue
- Will detect github repo from other remotes besides origin
- Add clear_cache(!) to Travis::Namespace
Version 1.2.2
- Fixed
travis disable
. - Fix edge cases around
travis encrypt
.