From b30ed10b48e0236ed26ec073741c20f8b8746607 Mon Sep 17 00:00:00 2001 From: lloydchang Date: Sat, 26 Jan 2019 15:09:13 -0800 Subject: [PATCH] Install Travis CI Client on Mac OS X via Homebrew --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e8b4aa56..9983cb30 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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.