Skip to content

Releases: travis-ci/travis.rb

v.1.13.3

04 Apr 12:59
5022c24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.13.2...v.1.13.3

v.1.13.2

04 Apr 11:28
956b88a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.13.1...v.1.13.2

v.1.13.1

04 Apr 11:14
4fef990
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.0...v.1.13.1

v1.13.0

19 Mar 11:04
5c992ae
Compare
Choose a tag to compare

What's Changed

  • Generate key and switch default
  • resolve dependency issue #854

Full Changelog: v1.12.0...v1.13.0

v1.12.0

27 Feb 13:09
90e06f7
Compare
Choose a tag to compare

What's Changed

  • Ruby upgraded to 3.2 in #848
  • Added API Key Reset Capabilities #842
  • Fix travis lint issues #840

Full Changelog: v1.11.1...v1.12.0

v1.11.1

09 Jun 08:44
4f4489f
Compare
Choose a tag to compare

What's Changed

  • Delete nullifying of access token in #820
  • Travis Mascot - Broken Link Fix. in #823

Full Changelog: v1.11.0...v1.11.1

v1.11.0

03 Jan 08:04
a166798
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.11.0

Fixes auto-login for when token is available locally

03 Mar 13:04
Compare
Choose a tag to compare
Merge pull request #486 from travis-ci/ag-bump-version

Bump version to 1.8.8

Version 1.5.0

07 Aug 22:59
Compare
Choose a tag to compare
  • 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.

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