Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: README: Install Travis CI Client on Mac OS X via Homebrew #653

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ The [travis gem](https://rubygems.org/gems/travis) includes both a [command line
* [Dealing with Sessions](#dealing-with-sessions)
* [Using Namespaces](#using-namespaces)
* [Installation](#installation)
* [Install Travis CI Client on Mac OS X via Homebrew](#install-travis-ci-client-on-mac-os-x-via-homebrew)
* [Updating your Ruby](#updating-your-ruby)
* [Mac OS X via Homebrew](#mac-os-x-via-homebrew)
* [Windows](#windows)
Expand Down Expand Up @@ -1993,6 +1994,11 @@ bundle install # install the dependencies
bundle exec bin/travis a-command # run your command
```

### Install Travis CI Client on Mac OS X via Homebrew
```
brew install travis
```

### Updating your Ruby

If you have an outdated Ruby version, you should use your package system or a Ruby Installer to install a recent Ruby.
Expand Down