1. 29 11月, 2014 3 次提交
  2. 13 10月, 2014 1 次提交
  3. 28 9月, 2014 1 次提交
    • R
      Follow up to #16613 · 1fac7b79
      Robin Dupret 提交于
      Since we want this flag to be enabled anytime we are running the tests
      under JRuby, let's enable this at the Rakefile level so people get the
      performance boost on their local checkout.
      
      Moreover, we avoid having to update this particular line anytime the
      option changes on the JRuby side.
      
      The only drawback is that we have to define it in every Rakefile but
      there's no big deal, this is already the case for other options.
      1fac7b79
  4. 18 9月, 2014 2 次提交
  5. 11 9月, 2014 1 次提交
  6. 07 9月, 2014 1 次提交
  7. 28 8月, 2014 1 次提交
    • H
      Add language directive to .travis.yml · bc1134a5
      Hiro Asari 提交于
      Currently, Travis CI assumes that the project is in Ruby in the
      absence of the `language` key.
      This behavior may change in the future. (For example, switch to a "blank"
      image which *may* be created.)
      bc1134a5
  8. 25 8月, 2014 1 次提交
  9. 14 8月, 2014 1 次提交
  10. 08 8月, 2014 1 次提交
  11. 24 7月, 2014 1 次提交
  12. 08 6月, 2014 1 次提交
  13. 22 5月, 2014 2 次提交
  14. 15 5月, 2014 2 次提交
  15. 13 5月, 2014 1 次提交
  16. 10 5月, 2014 2 次提交
  17. 28 4月, 2014 1 次提交
  18. 10 4月, 2014 1 次提交
  19. 26 2月, 2014 1 次提交
  20. 12 2月, 2014 1 次提交
  21. 02 1月, 2014 3 次提交
  22. 30 12月, 2013 1 次提交
  23. 29 12月, 2013 1 次提交
  24. 26 12月, 2013 1 次提交
  25. 22 12月, 2013 1 次提交
  26. 21 12月, 2013 1 次提交
  27. 18 12月, 2013 1 次提交
  28. 05 12月, 2013 2 次提交
  29. 24 11月, 2013 2 次提交
    • F
      Updated allow_failures for Rubinius 2.2.1. · f1209931
      Federico Ravasio 提交于
      f1209931
    • F
      Properly fix Rubinius dependencies in Gemfile & Travis integration. · 5541cdcf
      Federico Ravasio 提交于
      Before Rubinius 2.2.0, some parts of the stdlib were lazily loaded, even
      if not included in the Gemfile. Now it's 100% required to include the
      gem 'rubysl', otherwise the stdlib is not available entirely, breaking
      everything.
      
      Also, the rubysl-test-unit gem was depending on minitest ~> 4.7, thus causing
      conflicts with Rails's dependency on minitest 5. That is not the case
      anymore since rubysl-test-unit 2.0.2, so it is completely safe to
      include it fully.
      
      When Travis is going to update RVM to 1.24, it'll be safe to use rbx-2,
      thus picking new versions automatically.
      5541cdcf
  30. 09 11月, 2013 1 次提交
    • G
      Start Running tests on Stable JRuby · f5627ba4
      Gaurish Sharma 提交于
      Fixes for LOT of bugs have now landed in Jruby 1.7.6, thus we no longer
      need to run tests against the master.
      
      for broken tests that are still remaning:
      1. If problem is in rails - we fix that test/code
      2. if its a JRuby bug - we skip that test & file a bug report for jruby.
      f5627ba4