Skip to content

Commit

Permalink
Correct documentation example (list all four builds)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Feb 3, 2012
1 parent 1c69972 commit 62added
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/user/build-configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,12 @@ <h2 id="the-build-matrix">The Build Matrix</h2>
- FOO=bar BAR=foo
</code></pre>

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

<ol>
<li>Ruby 1.9.3 with <code>FOO=foo</code> and <code>BAR=bar</code></li>
<li>Ruby 1.9.3 with <code>FOO=bar</code> and <code>BAR=foo</code></li>
<li>Rubinius in 1.8 mode with <code>FOO=foo</code> and <code>BAR=bar</code></li>
<li>Rubinius in 1.8 mode with <code>FOO=bar</code> and <code>BAR=foo</code></li>
</ol>

Expand Down

0 comments on commit 62added

Please sign in to comment.