Skip to content

Commit

Permalink
Use Ruby 2.0.0 for all Travis builds
Browse files Browse the repository at this point in the history
* Old travis.yml used ruby 2.0.0 for one build, 1.9.3 (default) for rest
* New travis.yml more clearly shows ruby version being tested against
* Add travis build status badge to README
* View of new output: https://travis-ci.org/jessieay/sham_rack/builds/6092942
  • Loading branch information
Jessie Young committed Apr 5, 2013
1 parent 7102a2a commit aeb0ecd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
@@ -1,7 +1,6 @@
language: ruby
matrix:
include:
- rvm: 2.0.0
- env: RACK_VERSION="~> 1.4.0"
- env: RACK_VERSION="~> 1.3.0"
- env: RACK_VERSION="~> 1.2.0"
rvm: 2.0.0
env:
- RACK_VERSION="~> 1.4.0"
- RACK_VERSION="~> 1.3.0"
- RACK_VERSION="~> 1.2.0"
2 changes: 1 addition & 1 deletion README.markdown
@@ -1,4 +1,4 @@
ShamRack
ShamRack [![Build Status](https://secure.travis-ci.org/mdub/sham_rack.png?branch=master)](http://travis-ci.org/mdub/sham_rack)
========

ShamRack plumbs HTTP requests into [Rack][rack].
Expand Down

0 comments on commit aeb0ecd

Please sign in to comment.