Merge pull request #2708 from felixkiss/patch-1
This commit is contained in:
commit
3ad202429c
|
@ -98,7 +98,7 @@ language: ruby
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
This line tells Travis to use a Ruby build container. It gives your script
|
This line tells Travis to use a Ruby build container. It gives your script
|
||||||
access to Bundler, RubyGems, and and Ruby runtime.
|
access to Bundler, RubyGems, and a Ruby runtime.
|
||||||
|
|
||||||
{% highlight yaml %}
|
{% highlight yaml %}
|
||||||
rvm:
|
rvm:
|
||||||
|
|
Loading…
Reference in New Issue