Skip to content

Commit

Permalink
Merge pull request #42 from iainbeeston/update_build_matrix
Browse files Browse the repository at this point in the history
Update build matrix
  • Loading branch information
Ismael Celis committed Jul 9, 2014
2 parents bb6cd83 + f1f112c commit c0b3752
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,36 @@
language: ruby
rvm:
- 2.1.2
- 2.0.0
- 1.9.3
- 1.9.2
- 1.8.7
- jruby-1.7.11
- rbx-2.2.9

gemfile:
- gemfiles/Gemfile.as-2.3.x
- gemfiles/Gemfile.as-3.0.x
- gemfiles/Gemfile.as-3.1.x
- gemfiles/Gemfile.as-3.2.x
- gemfiles/Gemfile.as-4.0.x
- gemfiles/Gemfile.as-4.1.x

matrix:
include:
- gemfile: gemfiles/Gemfile.as-1.4.4
rvm: 1.8.7
exclude:
- gemfile: gemfiles/Gemfile.as-2.3.x
rvm: 2.0.0
rvm: 1.8.7
- gemfile: gemfiles/Gemfile.as-2.3.x
rvm: 1.9.2
- gemfile: gemfiles/Gemfile.as-2.3.x
rvm: 1.9.3
exclude:
- gemfile: gemfiles/Gemfile.as-4.0.x
rvm: 1.8.7
- gemfile: gemfiles/Gemfile.as-4.1.x
rvm: 1.8.7
- gemfile: gemfiles/Gemfile.as-4.0.x
rvm: 1.9.2
- gemfile: gemfiles/Gemfile.as-4.1.x
rvm: 1.9.2
5 changes: 5 additions & 0 deletions gemfiles/Gemfile.as-4.1.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source 'https://rubygems.org'

# Specify your gem's dependencies in oat.gemspec
gem 'activesupport', '~>4.1.4'
gemspec :path => "../"

0 comments on commit c0b3752

Please sign in to comment.