aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Test with Ruby 2.4Rafael Mendonça França2016-12-291-0/+1
|
* Allow failures from rubiniusKeenan Brock2016-10-141-0/+1
| | | | | | | | | | | | Per https://github.com/travis-ci/travis-ci/issues/5294 It looks like rvm is having trouble installing rubinius ``` rvm use rbx-2 --install --binary --fuzzy ``` I think this is the culpret for all builds failing since September
* Merge pull request #427 from vipulnsward/disable-jruby-travisRafael França2016-07-191-0/+1
|\ | | | | - Disable jruby-head since bundle fetching is failing on travis
| * - Disable jruby-head since bundle fetching is failing on travis.Vipul A M2016-04-111-0/+1
| |
* | CI: bump Ruby 2.2.4->2.2.5, 2.3.0->2.3.1Jeremy Daer2016-05-291-2/+2
| |
* | CI: test JRuby 9.0.5.0. Allow failures due to flaky Travis bundler situation.Jeremy Daer2016-05-291-0/+3
|/
* Test with Ruby 2.3 and allow failures with ruby-headRafael Mendonça França2016-01-061-1/+4
|
* Merge pull request #355 from jemc/patch-1Rafael Mendonça França2015-12-171-4/+2
|\ | | | | | | Test with rbx-2 on Travis-CI
| * Use bundle exec on Travis-CIJoe Eli McIlvain2015-02-191-1/+1
| | | | | | This avoids problems with using the wrong version of gems that are also included in the Ruby standard library, like `minitest`
| * Test with rbx-2 on Travis-CIJoe Eli McIlvain2015-02-191-4/+1
| | | | | | Using `rbx-2` is the recommended way to test with the 2.0 branch of Rubinius.
* | Add CONTRIBUTING.md [ci skip]maclover72015-09-011-2/+2
| |
* | Use bundled gemsRafael Mendonça França2015-08-041-1/+1
| |
* | Run with Ruby 2.2Rafael Mendonça França2015-08-041-1/+2
| |
* | Improve travis configurationRafael Mendonça França2015-08-041-1/+10
|/ | | | | | | * Enable container builds * Notifications on Campfire * Bundle cache * Fast finish
* Speed up jruby testsPeter Suschlik2015-01-211-0/+3
| | | | Improve startup time and give Java more memory.
* Remove jruby and add jruby-head on TravisPeter Suschlik2015-01-211-1/+1
| | | | | | | | | Arel 7.0 dropped support for 1.9 (see f1a3421ce7083181ebd463c8147c2d4b95539ca8). 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.
* Remove 1.9 from the Travis buildsSean Griffin2014-12-291-1/+0
| | | | Arel 7.0 will not support Ruby 1.9
* Build on ruby-headMatthew Draper2014-09-171-1/+3
|
* Test with Ruby 2.1.1Rafael Mendonça França2014-05-021-1/+1
|
* test gem build in ci process, inspired by issue #256Andriy Tyurnikov2014-04-121-1/+3
|
* Allow failures on rubiniusRafael Mendonça França2014-02-051-0/+3
|
* Use rbx on travisRafael Mendonça França2014-02-051-1/+1
|
* Test against ruby 2.1 on travis.Vipul A M2014-01-041-1/+1
|
* Test on 2.1.0 previewRafael Mendonça França2013-12-051-0/+1
|
* Don't test against Ruby 1.9.2Rafael Mendonça França2013-11-101-1/+0
| | | | | Rails is not testing against this version so even if arel works we can't guarantee people application will
* No need to test against 1.8Rafael Mendonça França2013-02-251-3/+1
|
* Update travis.yml to use the proper rbx build namesBen Moss2012-03-311-2/+2
|
* Add Ruby trunk (1.9.4dev) to TravisCI matrixGuillermo Iguaran2011-08-091-0/+1
|
* Test against multiple rubies, add IRC notificationsMichael S. Klishin2011-08-091-0/+12