aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-28 18:44:00 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-28 18:44:00 -0200
commitb599f99281d54047751e48789c44b73ccaec124c (patch)
tree611257d7b56f1f5a392def03acd93f9019f8beb1 /.travis.yml
parent2a6b3e14cff61639978a55f47aea9ff4c8e72758 (diff)
downloadrails-b599f99281d54047751e48789c44b73ccaec124c.tar.gz
rails-b599f99281d54047751e48789c44b73ccaec124c.tar.bz2
rails-b599f99281d54047751e48789c44b73ccaec124c.zip
Allow failures with Active Job integration tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a8b07c7fb2..5352873d8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,7 @@ matrix:
- rvm: rbx-2
- rvm: jruby
- env: "GEM=aj"
+ - env: "GEM=aj:integration"
fast_finish: true
notifications:
email: false