Skip to content

Releases: travis-ci/travis.rb

Version 1.4.0

07 Aug 23:00
Compare
Choose a tag to compare
  • 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

07 Aug 23:01
Compare
Choose a tag to compare
  • 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 to travis encrypt, make default behavior depend on key.
  • Add shorthand for travis encrypt --add.

Version 1.3.0

07 Aug 23:01
Compare
Choose a tag to compare
  • 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

07 Aug 23:01
Compare
Choose a tag to compare
  • 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

07 Aug 23:02
Compare
Choose a tag to compare
  • Add pubkey command
  • Remove all whitespace from an encrypted string

Version 1.2.6

07 Aug 23:02
Compare
Choose a tag to compare
  • Improve output of history command

Version 1.2.5

07 Aug 23:03
Compare
Choose a tag to compare
  • Fix encoding issue

Version 1.2.4

07 Aug 23:03
Compare
Choose a tag to compare
  • Allow empty commit message

Version 1.2.3

07 Aug 23:03
Compare
Choose a tag to compare
  • Fix encoding issue
  • Will detect github repo from other remotes besides origin
  • Add clear_cache(!) to Travis::Namespace

Version 1.2.2

07 Aug 23:03
Compare
Choose a tag to compare
  • Fixed travis disable.
  • Fix edge cases around travis encrypt.