1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

22 commits

Author SHA1 Message Date
Rafael Mendonça França
9ca32a67bb Merge pull request #355 from jemc/patch-1
Test with rbx-2 on Travis-CI
2015-12-17 17:26:26 -02:00
maclover7
17c5b6d3e3 Add CONTRIBUTING.md [ci skip] 2015-09-01 11:20:19 -04:00
Rafael Mendonça França
d5432b4616 Use bundled gems 2015-08-04 23:17:24 -03:00
Rafael Mendonça França
c46242ee94 Run with Ruby 2.2 2015-08-04 23:10:00 -03:00
Rafael Mendonça França
903de6f17c Improve travis configuration
* Enable container builds
* Notifications on Campfire
* Bundle cache
* Fast finish
2015-08-04 23:06:21 -03:00
Joe Eli McIlvain
8ae65d3533 Use bundle exec on Travis-CI
This avoids problems with using the wrong version of gems that are also included in the Ruby standard library, like `minitest`
2015-02-19 10:25:59 -08:00
Joe Eli McIlvain
dedfdb3aea Test with rbx-2 on Travis-CI
Using `rbx-2` is the recommended way to test with the 2.0 branch of Rubinius.
2015-02-19 09:11:08 -08:00
Peter Suschlik
f984e8898f Speed up jruby tests
Improve startup time and give Java more memory.
2015-01-21 15:00:50 +01:00
Peter Suschlik
f94efffa97 Remove jruby and add jruby-head on Travis
Arel 7.0 dropped support for 1.9 (see f1a3421ce7).
We should remove jruby (1.7.18) which only supports 1.9 and test the
latest jruby head (9.0.0.0.pre1).

After jruby 9k has been released (and Travis has updated) we can safely
switch back to jruby.
2015-01-21 14:46:03 +01:00
Sean Griffin
f1a3421ce7 Remove 1.9 from the Travis builds
Arel 7.0 will not support Ruby 1.9
2014-12-29 11:36:30 -07:00
Matthew Draper
3e6f0d963b Build on ruby-head 2014-09-17 00:13:28 +09:30
Rafael Mendonça França
538ac7c2aa Test with Ruby 2.1.1 2014-05-02 14:01:57 -03:00
Andriy Tyurnikov
d31ab9f8a6 test gem build in ci process, inspired by issue #256 2014-04-12 20:01:17 +03:00
Rafael Mendonça França
ff6fe8529c Allow failures on rubinius 2014-02-05 18:52:12 -02:00
Rafael Mendonça França
b1965567c3 Use rbx on travis 2014-02-05 18:43:07 -02:00
Vipul A M
6776911e17 Test against ruby 2.1 on travis. 2014-01-04 15:27:50 +05:30
Rafael Mendonça França
f2e8ef94ff Test on 2.1.0 preview 2013-12-05 00:27:32 -02:00
Rafael Mendonça França
1e2e6ff8a9 Don't test against Ruby 1.9.2
Rails is not testing against this version so even if arel works we can't
guarantee people application will
2013-11-10 23:13:08 -02:00
Rafael Mendonça França
7402f90366 No need to test against 1.8 2013-02-25 18:20:47 -03:00
Ben Moss
083a7ffc91 Update travis.yml to use the proper rbx build names 2012-03-31 17:35:34 -04:00
Guillermo Iguaran
89b726316e Add Ruby trunk (1.9.4dev) to TravisCI matrix 2011-08-09 09:55:10 -05:00
Michael S. Klishin
e4863ceb06 Test against multiple rubies, add IRC notifications 2011-08-09 03:00:04 +04:00