Skip to content

Commit

Permalink
Update CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Nov 10, 2014
1 parent 28f412b commit d1468b6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 15 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Expand Up @@ -4,10 +4,13 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1.0
gemfile:
- gemfiles/gemfile
- gemfiles/rack.1.4.x.gemfile
- gemfiles/rack.1.3.x.gemfile

env:
-
- RACK_VERSION=1.3.0
- RACK_VERSION=1.4.0
- RACK_VERSION=1.5.0
- RACK_VERSION=1.6.0.beta

script: "bundle exec rake spec"

Expand Down
2 changes: 2 additions & 0 deletions Gemfile
@@ -1,3 +1,5 @@
source 'https://rubygems.org'

gem "rack", "~> #{ENV['RACK_VERSION']}" if ENV['RACK_VERSION'].to_s != ''

gemspec
3 changes: 0 additions & 3 deletions gemfiles/gemfile

This file was deleted.

4 changes: 0 additions & 4 deletions gemfiles/rack.1.3.x.gemfile

This file was deleted.

4 changes: 0 additions & 4 deletions gemfiles/rack.1.4.x.gemfile

This file was deleted.

0 comments on commit d1468b6

Please sign in to comment.