Skip to content

Commit

Permalink
Install Travis CI Client on Mac OS X via Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydchang authored Jan 26, 2019
1 parent 6547e3a commit b30ed10
Showing 1 changed file with 6 additions and 0 deletions.
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)

This comment has been minimized.

Copy link
@Isajev11

Isajev11 Feb 24, 2019

Together haven world!

* [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)

This comment has been minimized.

Copy link
@Isajev11

Isajev11 Feb 24, 2019

New for Travis programming live!

* [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

This comment has been minimized.

Copy link
@Isajev11

Isajev11 Feb 24, 2019

You next!

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

0 comments on commit b30ed10

Please sign in to comment.