Skip to content

Commit

Permalink
Merge pull request #10 from rye/travis-only-build-stable
Browse files Browse the repository at this point in the history
Travis: Only build for latest stable releases (2.3.1 and 2.2.5)
  • Loading branch information
j15e committed Aug 24, 2016
2 parents 51f1a92 + a35fad2 commit 1047dee
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 32 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
@@ -1,16 +1,11 @@
language: ruby language: ruby
rvm: rvm:
- 1.8.7 - 2.2.5
- 1.9.2 - 2.3.1
- 1.9.3
- 2.0.0
- rbx-18mode
- rbx-19mode
- jruby-18mode
- jruby-19mode
- jruby-head - jruby-head
- ruby-head - ruby-head

matrix: matrix:
allow_failures: allow_failures:
- rvm: jruby-head - rvm: jruby-head
- rvm: ruby-head - rvm: ruby-head
54 changes: 31 additions & 23 deletions Gemfile.lock
Expand Up @@ -7,35 +7,40 @@ PATH
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
backports (3.3.0) backports (3.6.8)
diff-lcs (1.2.3) diff-lcs (1.2.5)
eventmachine (1.0.3) multi_json (1.12.1)
rack (1.5.2) rack (1.6.4)
rack-protection (1.5.0) rack-protection (1.5.3)
rack rack
rack-test (0.6.2) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rake (10.0.4) rake (11.2.2)
rspec (2.13.0) rspec (3.5.0)
rspec-core (~> 2.13.0) rspec-core (~> 3.5.0)
rspec-expectations (~> 2.13.0) rspec-expectations (~> 3.5.0)
rspec-mocks (~> 2.13.0) rspec-mocks (~> 3.5.0)
rspec-core (2.13.1) rspec-core (3.5.2)
rspec-expectations (2.13.0) rspec-support (~> 3.5.0)
diff-lcs (>= 1.1.3, < 2.0) rspec-expectations (3.5.0)
rspec-mocks (2.13.1) diff-lcs (>= 1.2.0, < 2.0)
sinatra (1.4.2) rspec-support (~> 3.5.0)
rack (~> 1.5, >= 1.5.2) rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
sinatra (1.4.7)
rack (~> 1.5)
rack-protection (~> 1.4) rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4) tilt (>= 1.3, < 3)
sinatra-contrib (1.4.0) sinatra-contrib (1.4.7)
backports (>= 2.0) backports (>= 2.0)
eventmachine multi_json
rack-protection rack-protection
rack-test rack-test
sinatra (~> 1.4.2) sinatra (~> 1.4.0)
tilt (~> 1.3) tilt (>= 1.3, < 3)
tilt (1.3.7) tilt (2.0.5)


PLATFORMS PLATFORMS
ruby ruby
Expand All @@ -46,3 +51,6 @@ DEPENDENCIES
rspec (>= 1.3.0) rspec (>= 1.3.0)
sinatra-advanced-routes! sinatra-advanced-routes!
sinatra-contrib sinatra-contrib

BUNDLED WITH
1.12.5

0 comments on commit 1047dee

Please sign in to comment.