aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-07-13 16:59:39 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-07-13 16:59:39 -0300
commit0e8c04529159522aadbfe4fe71ea3d326df07d52 (patch)
treecdf5ccd4b7e343efd5edc27b33e8d2c55df0e3f6 /.travis.yml
parent08e41a043218583d34e34316df82d38e4d7f1b55 (diff)
downloadrails-0e8c04529159522aadbfe4fe71ea3d326df07d52.tar.gz
rails-0e8c04529159522aadbfe4fe71ea3d326df07d52.tar.bz2
rails-0e8c04529159522aadbfe4fe71ea3d326df07d52.zip
Remove JRuby and Rubinius from the travis matrix
This will save Travis some precious resource since it will not need to run 18 jobs for these Ruby implementations on every push or pull request. We do care about these implementations but we should fix the build locally before having it running on travis. We would love to have someone working on this but right now it is not our reality.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 2237ca85d9..605d1ff247 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,14 +23,10 @@ env:
rvm:
- 2.2.2
- ruby-head
- - rbx-2
- - jruby-head
matrix:
allow_failures:
- env: "GEM=ar:mysql"
- rvm: ruby-head
- - rvm: rbx-2
- - rvm: jruby-head
fast_finish: true
notifications:
email: false