Skip to content

Commit

Permalink
Update Travis config.
Browse files Browse the repository at this point in the history
* Bump Ruby versions.
* Include ActionMailer 4.2 Gemfile.
* Exclude Ruby < 2.2.2 from the matrix for current Gemfile.
  • Loading branch information
temochka committed Jul 11, 2016
1 parent 9a0d931 commit 0e9e3ed
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,32 @@ rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.5
- 2.1.9
- 2.2.5
script: bundle exec rake spec
gemfile:
- Gemfile
- gemfiles/Gemfile.actionmailer-3.0.x
- gemfiles/Gemfile.actionmailer-3.2.x
- gemfiles/Gemfile.actionmailer-4.0.x
- gemfiles/Gemfile.actionmailer-4.1.x
- gemfiles/Gemfile.actionmailer-4.2.x
matrix:
exclude:
- rvm: 1.8.7
gemfile: Gemfile
- rvm: 1.9.3
gemfile: Gemfile
- rvm: 2.0.0
gemfile: Gemfile
- rvm: 2.1.9
gemfile: Gemfile
- rvm: 1.8.7
gemfile: gemfiles/Gemfile.actionmailer-4.0.x
- rvm: 1.8.7
gemfile: gemfiles/Gemfile.actionmailer-4.1.x
- rvm: 1.8.7
gemfile: gemfiles/Gemfile.actionmailer-4.2.x
before_install:
- gem update --system
- gem install bundler

0 comments on commit 0e9e3ed

Please sign in to comment.