Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore distressingly-frequent segfaults on this build | Matthew Draper | 2014-06-08 | 1 | -0/+2 |
| | | | | | | | Not sure what's causing them suddenly, but it seems unlikely there's much we can do about it. For the small amount of coverage this particular job gains us, it's hurting us more, by making CI failures unremarkable. | ||||
* | Revert "Remove ruby-head from allow_failures matrix" | Santiago Pastorino | 2014-05-15 | 1 | -0/+1 |
| | | | | This reverts commit 5d2d301024cc0b17f26f6b454ac22a72f1db8a23. | ||||
* | Remove ruby-head from allow_failures matrix | Santiago Pastorino | 2014-05-15 | 1 | -1/+0 |
| | |||||
* | Test with ruby-head to make @tenderlove happy | Rafael Mendonça França | 2014-05-12 | 1 | -0/+2 |
| | |||||
* | Only need MINOR version level to test Ruby 2.1.x on Travis | Zachary Scott | 2014-05-09 | 1 | -1/+1 |
| | | | | cc http://blog.travis-ci.com/2014-04-28-upcoming-build-environment-updates/ | ||||
* | Use ruby 2.1.2 on travis | Arthur Neves | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | Remove double declaration of memcache services on travis | Kamil Kieliszczyk | 2014-04-28 | 1 | -1/+0 |
| | |||||
* | add services: memcache to travis | Arthur Neves | 2014-04-09 | 1 | -0/+1 |
| | |||||
* | travis s/2.1.0/2.1.1 | Arthur Neves | 2014-02-25 | 1 | -2/+1 |
| | |||||
* | Update Travis settings for Rubinius | Erik Michaels-Ober | 2014-02-12 | 1 | -2/+2 |
| | | | | /cc @brixen | ||||
* | Reverse 821525e and wrap run_generator call | Andrew White | 2014-01-02 | 1 | -1/+1 |
| | | | | | | Ruby 2.1.0 includes the json gem 1.8.1 by default so we need bundler 1.5.1 for `bundle install` to work. To fix this reverse the downgrade to 1.3.5 and wrap the `run_generator` call with a block that resets `THOR_DEBUG`. | ||||
* | Enable fast_finish in the travis configuration | Rafael Mendonça França | 2014-01-02 | 1 | -0/+1 |
| | | | | | | | Since rbx and jruby builds are being allowed to fail lets receive the build information early enabling this option See http://about.travis-ci.org/blog/2013-11-27-fast-finishing-builds/ | ||||
* | Downgrade bundler until 1.5.2 is available | Andrew White | 2014-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | Bundler sets the THOR_DEBUG environment variable causing Thor to re-raise exceptions on exit. This is breaking the railties tests for generators where we are trying to capture error output. The PR bundler/bundler#2794 fixes this by adding a per-instance config `:debug` but this has not been released yet so to prevent errors going unnoticed downgrade bundler to 1.3.5 until such a time that 1.5.2 has been released. | ||||
* | Revert "Install bundle gems to the system not to vendor/bundle" | Piotr Sarnacki | 2013-12-30 | 1 | -1/+0 |
| | | | | | | This reverts commit 875dd3edfd34eaa20120b6589b0d1905230e948f. The issue was fixed in rbx-2.2.3 | ||||
* | Install bundle gems to the system not to vendor/bundle | Piotr Sarnacki | 2013-12-29 | 1 | -0/+1 |
| | | | | | | Rubinius has problems with bundling when shared gems are disabled (ie. when --path or --deployhment is used). There is no real reason to install it with --path on TravisCI, so I'm dropping it. | ||||
* | Test with 2.1.0 | Guillermo Iguaran | 2013-12-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #13438 from vipulnsward/enable-memache-on-travis | Guillermo Iguaran | 2013-12-21 | 1 | -0/+3 |
|\ | | | | | Enable memcached service on travis for running cache tests. | ||||
| * | Enable memcached service on travis for running cache tests. | Vipul A M | 2013-12-22 | 1 | -0/+3 |
| | | |||||
* | | Test with 2.1.0-rc1 | Guillermo Iguaran | 2013-12-20 | 1 | -1/+1 |
| | | |||||
* | | Always point to latest rbx and jruby in travis | Santiago Pastorino | 2013-12-18 | 1 | -4/+4 |
|/ | |||||
* | 2.1.0 is fine | Rafael Mendonça França | 2013-12-05 | 1 | -1/+0 |
| | |||||
* | Run Travis tests using Ruby 2.1.0-preview2 too | Santiago Pastorino | 2013-12-04 | 1 | -0/+2 |
| | |||||
* | Updated allow_failures for Rubinius 2.2.1. | Federico Ravasio | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Properly fix Rubinius dependencies in Gemfile & Travis integration. | Federico Ravasio | 2013-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Start Running tests on Stable JRuby | Gaurish Sharma | 2013-11-09 | 1 | -2/+2 |
| | | | | | | | | | 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. | ||||
* | Updated Rubinius version to 2.1.1 | Federico Ravasio | 2013-10-31 | 1 | -2/+2 |
| | |||||
* | Merge pull request #12107 from kares/master | Rafael Mendonça França | 2013-10-31 | 1 | -0/+1 |
|\ | | | | | allow to test AR master against AR-JDBC master (with `ENV['AR_JDBC']`) | ||||
| * | `export AR_JDBC=true` on travis-ci as a *before_install* (but on jruby only) | kares | 2013-09-03 | 1 | -0/+1 |
| | | |||||
* | | Allow failures in jruby-head | Gaurish Sharma | 2013-09-20 | 1 | -1/+1 |
| | | |||||
* | | Run Tests against JRuby master | Gaurish Sharma | 2013-09-20 | 1 | -1/+1 |
|/ | | | | | | | | | Many of the failing tests in rails test suite fail because of missing encoding support, example #11739 And according to recent announcement, lot of encoding issues have been fixed in current master. http://ruby.11.x6.nabble.com/Big-encoding-patches-landed-on-master-td4993719.html So lets test against JRuby master & incase there are still bugs. it would be easier to report them to JRuby. | ||||
* | Enable rubinius on travis too | Rafael Mendonça França | 2013-08-01 | 1 | -0/+2 |
| | |||||
* | Allow jruby on travis allowing failures | Rafael Mendonça França | 2013-08-01 | 1 | -0/+4 |
| | |||||
* | Add retry to `gem install bundler` for Travis | Henrik Hodne | 2013-07-30 | 1 | -1/+1 |
| | | | This adds the retry behaviour used for other commands to the bundler installation. | ||||
* | Add ActionView to CI | Łukasz Strzałkowski | 2013-06-20 | 1 | -1/+1 |
| | |||||
* | There's no need to install test group in travis | Santiago Pastorino | 2013-03-11 | 1 | -1/+1 |
| | |||||
* | All green with Ruby 2.0 :green_heart: | Rafael Mendonça França | 2013-01-11 | 1 | -3/+0 |
| | |||||
* | Relax bundler dep until 1.3.0 is actually released. | Jeremy Kemper | 2013-01-10 | 1 | -1/+1 |
| | | | | | | | | | | Revert "Bump bundler dep to 1.3.0.pre.4+ to introduce 'bundle binstubs <gem>'" This reverts commit e00b8ecf1ad8984b760f12e61247820613aec4ee. Revert "Use bundler --pre for travis builds" This reverts commit 4d240ec20a70122b7e69c790a37d2be14e1ff038. | ||||
* | Use bundler --pre for travis builds | Jeremy Kemper | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Change the encrypted campfire notification token | Rafael Mendonça França | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | Try to get back the campfire notifications | Rafael Mendonça França | 2012-12-03 | 1 | -1/+1 |
| | |||||
* | Add Ruby 2.0 to .travis.yml. | Steve Klabnik | 2012-11-17 | 1 | -0/+4 |
| | | | | @joshk said it's okay. :) | ||||
* | Remove ARes from the list. | José Valim | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | Install latest bundler on Travis. | José Valim | 2012-03-09 | 1 | -0/+2 |
| | |||||
* | Update ruby_version_check. | José Valim | 2011-12-20 | 1 | -2/+0 |
| | |||||
* | Revert "Update .travis.yml" | Aaron Patterson | 2011-12-19 | 1 | -0/+1 |
| | | | | This reverts commit ce0cf7d6fbb39a22a0563934abd8c02ff50dd14c. | ||||
* | Update .travis.yml | Guillermo Iguaran | 2011-12-19 | 1 | -1/+0 |
| | |||||
* | Don't notify campfire when the build keeps passing | Jon Leighton | 2011-12-18 | 1 | -1/+4 |
| | |||||
* | Add campfire notifications for travis | Santiago Pastorino | 2011-12-17 | 1 | -0/+2 |
| | |||||
* | Enable postgres on the CI :heart: :beer: :sparkles: | Jon Leighton | 2011-12-03 | 1 | -0/+1 |
| | |||||
* | Revert "Disable 1.9.3 builds until upgraded from -preview1 to -rc1" | Jeremy Kemper | 2011-11-01 | 1 | -1/+1 |
| | | | | This reverts commit 8a6acc17bb8badf70e300f599bf0440ee197028c. |