From 1d461224ddf39f7a26edb4ebd40b0ffadf19dcee Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Thu, 21 Jun 2018 04:25:50 -0500 Subject: [PATCH] Update travis-ci.md (#7089) Merge pull request 7089 --- docs/_docs/continuous-integration/travis-ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/continuous-integration/travis-ci.md b/docs/_docs/continuous-integration/travis-ci.md index cfca495c..b2fa7862 100644 --- a/docs/_docs/continuous-integration/travis-ci.md +++ b/docs/_docs/continuous-integration/travis-ci.md @@ -76,7 +76,7 @@ with Ruby and requires RubyGems to install, we use the Ruby language build environment. Below is a sample `.travis.yml` file, followed by an explanation of each line. -**Note:** You will need a Gemfile as well, [Travis will automatically install](https://docs.travis-ci.com/user/languages/ruby/#Dependency-Management) the dependencies based on the referenced gems: +**Note:** You will need a Gemfile as well, [Travis will automatically install](https://docs.travis-ci.com/user/languages/ruby/#Dependency-Management) the dependencies based on the referenced gems. Here is an example `Gemfile` with two referenced gems, "jekyll" and "html-proofer": ```ruby source "https://rubygems.org"