Skip to content

Commit

Permalink
Improve travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Jul 11, 2014
1 parent 3a91376 commit 9429f37
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 31 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
gemfile:
- gemfiles/gemfile
- gemfiles/actionmailer.3.0.x.gemfile
- gemfiles/actionmailer.3.1.x.gemfile
- gemfiles/actionmailer.3.2.x.gemfile
- gemfiles/actionmailer.4.0.x.gemfile
- gemfiles/actionmailer.4.1.x.gemfile
- 2.1
env:
-
- ACTION_MAILER_VERSION=3.0.0
- ACTION_MAILER_VERSION=3.1.0
- ACTION_MAILER_VERSION=3.2.0
- ACTION_MAILER_VERSION=4.0.0
- ACTION_MAILER_VERSION=4.1.0

script: "bundle exec rake spec"

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

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

gemspec
4 changes: 0 additions & 4 deletions gemfiles/actionmailer.3.0.x.gemfile

This file was deleted.

4 changes: 0 additions & 4 deletions gemfiles/actionmailer.3.1.x.gemfile

This file was deleted.

4 changes: 0 additions & 4 deletions gemfiles/actionmailer.3.2.x.gemfile

This file was deleted.

4 changes: 0 additions & 4 deletions gemfiles/actionmailer.4.0.x.gemfile

This file was deleted.

4 changes: 0 additions & 4 deletions gemfiles/actionmailer.4.1.x.gemfile

This file was deleted.

3 changes: 0 additions & 3 deletions gemfiles/gemfile

This file was deleted.

0 comments on commit 9429f37

Please sign in to comment.