Skip to content

Commit

Permalink
Update Markdown source with changes from travis-ci#43
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 3, 2012
1 parent 0837e6a commit 5c46058
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/user/build-configuration/index.html
Expand Up @@ -431,7 +431,7 @@ <h2 id="the-build-matrix">The Build Matrix</h2>
- FOO=bar BAR=foo
</code></pre>

<p>With this configuration, four builds will be triggered:</p>
<p>With this configuration, <strong>4 individual builds</strong> will be triggered:</p>

<ol>
<li>Ruby 1.9.3 with <code>FOO=foo</code> and <code>BAR=bar</code></li>
Expand Down
6 changes: 4 additions & 2 deletions source/content/docs/user/build-configuration.md
Expand Up @@ -384,7 +384,9 @@ You can specify more than one environment variable per item in the `env` array:
- FOO=foo BAR=bar
- FOO=bar BAR=foo

With this configuration, only **4 individual builds** will be triggered:
With this configuration, **4 individual builds** will be triggered:

1. Ruby 1.9.3 with `FOO=foo` and `BAR=bar`
2. Rubinius in 1.8 mode with `FOO=bar` and `BAR=foo`
2. Ruby 1.9.3 with `FOO=bar` and `BAR=foo`
3. Rubinius in 1.8 mode with `FOO=foo` and `BAR=bar`
4. Rubinius in 1.8 mode with `FOO=bar` and `BAR=foo`

0 comments on commit 5c46058

Please sign in to comment.