parent
8b63fbed6b
commit
1d461224dd
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue