We have released our CLI tool version 1.10.15.
Changes include:
- Display a meaningful message when Travis API is unavailable. https://github.com/travis-ci/travis.rb/issues/753
- Eschew
which
in favor ofcommand -v
to find a command on the system. https://github.com/travis-ci/travis.rb/pull/765 - Fix
--list-github-token
flag. https://github.com/travis-ci/travis.rb/pull/766 - FFI is no longer required. https://github.com/travis-ci/travis.rb/pull/758
- Typhoeus (HTTP adapter) is no longer required, but remains supported (used if installed). https://github.com/travis-ci/travis.rb/pull/756
For a complete list of changes, see the documentation.