Skip to content

Commit

Permalink
Add ruby 2.3 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Dec 28, 2015
1 parent 74e861a commit f973856
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3
env:
-
- ACTION_MAILER_VERSION=3.0.0
Expand All @@ -14,6 +15,10 @@ env:
- ACTION_MAILER_VERSION=4.1.0
- ACTION_MAILER_VERSION=4.2.0

cache:
directories:
- vendor/bundle

script: "bundle exec rake spec"

branches:
Expand Down

0 comments on commit f973856

Please sign in to comment.