aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-03-01 15:21:47 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-03-01 15:23:05 -0300
commit26fe5fa08d52384bcea09c4210e3b3baaf5e9b95 (patch)
treefe993efe49acf6d1075b55d98e52e4d2d7d795f7 /.travis.yml
parent998d21a961b68eb37f5d20c9e96fa5b6a14131b0 (diff)
downloadrails-26fe5fa08d52384bcea09c4210e3b3baaf5e9b95.tar.gz
rails-26fe5fa08d52384bcea09c4210e3b3baaf5e9b95.tar.bz2
rails-26fe5fa08d52384bcea09c4210e3b3baaf5e9b95.zip
Revert "Merge pull request #23927 from gaurish/jruby_ci_actionpack"
This reverts commit ddb7be50e8a0946d29fbe66537f845b8369413b7, reversing changes made to ee4a1462e97f26bd480352468efab5b9c18aa8de. Reason: It is givin us a lot of timeouts in travis because JRuby 9.0.5.0 needs to be build in every run
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 0bd9e4ee95..ae38617b99 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,11 +28,6 @@ rvm:
- 2.3.0
- ruby-head
matrix:
- include:
- - rvm: jruby-9.0.5.0
- jdk: oraclejdk8
- env:
- - "JRUBY_OPTS='--dev' GEM=ap"
allow_failures:
- rvm: ruby-head
fast_finish: true