Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Don't notify IRC on every single build, just failures and first success ↵ | Jeremy Kemper | 2011-10-08 | 1 | -1/+4 |
| | | | | after a string of failures | ||||
* | Disable 1.9.3 builds until upgraded from -preview1 to -rc1 | Jeremy Kemper | 2011-10-08 | 1 | -1/+1 |
| | |||||
* | Update travis config on @joshk's instructions | Jon Leighton | 2011-08-15 | 1 | -1/+2 |
| | |||||
* | Test against 1.9.3 as well. | José Valim | 2011-08-07 | 1 | -0/+1 |
| | |||||
* | Revert "Test against Rubinius" | Aaron Patterson | 2011-08-05 | 1 | -3/+1 |
| | | | | This reverts commit 3cfbb3824436b2f8a37544b8ffe2f3a4605bc7c8. | ||||
* | Test against Rubinius | Erik Michaels-Ober | 2011-08-05 | 1 | -1/+3 |
| | | | | Happy Rubinius Day! | ||||
* | enable Travis CI irc notifications to #rails-contrib on irc.freenode.org | Josh Kalderimis | 2011-07-26 | 1 | -3/+5 |
| | |||||
* | Added a .travis.yml config and travis specific ci script. | Josh Kalderimis | 2011-07-15 | 1 | -0/+12 |
Don't install ruby-debug if running the test suite on Travis, linecache19 is the main offender, very very slow. And do not install pg if Travis is bundling the gems, pg will be setup on Travis soon. |