Skip to content

Commit

Permalink
add actionmailer
Browse files Browse the repository at this point in the history
  • Loading branch information
ahorek committed Dec 19, 2018
1 parent 1adeca1 commit b140ebb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,17 @@ env:
- MBCHARS=builtin

matrix:
include:
- name: actionmailer
script: spec/travis-actionmailer.sh
rvm: 2.5
install: skip
env: BUNDLE_GEMFILE=$PWD/rails/Gemfile
allow_failures:
- rvm: ruby-head
- rvm: jruby
- rvm: jruby-head
- rvm: rbx-2
- rvm: rbx-3
- name: actionmailer
fast_finish: true
8 changes: 8 additions & 0 deletions spec/travis-actionmailer.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -v -e

git clone --depth=1 https://github.com/rails/rails.git -b master
cd rails
echo -e "\ngem 'mail', path: '../'" >> Gemfile
cd actionmailer
bundle exec rake test

0 comments on commit b140ebb

Please sign in to comment.