Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Ruby 2.3.1 in Travis and Appveyor | John Keiser | 2016-08-17 | 1 | -3/+2 |
| | |||||
* | Use Ruby 2.1.9, add 2.3 to the list of tested versionsjk/msys2 | John Keiser | 2016-08-03 | 1 | -1/+1 |
| | |||||
* | Re-add activesupport testsjk/activesupport-tests | John Keiser | 2016-04-19 | 1 | -1/+1 |
| | |||||
* | Install even less stuff before tests on Windows | John Keiser | 2016-04-18 | 1 | -1/+1 |
| | |||||
* | Remove Gemfile.windows and put both platforms in Gemfile.lock | John Keiser | 2016-04-18 | 1 | -5/+3 |
| | |||||
* | Allow Windows to freeze | John Keiser | 2016-04-18 | 1 | -2/+4 |
| | |||||
* | Make gemfile_util capable of copying groups over | John Keiser | 2016-04-18 | 1 | -1/+1 |
| | |||||
* | Simplify external tests and make them work with Gemfile.lock | John Keiser | 2016-04-18 | 1 | -1/+4 |
| | |||||
* | Revert "bump to ruby 2.2.4"salam/ruby-21 | Salim Alam | 2016-03-31 | 1 | -1/+1 |
| | | | | This reverts commit 3cb10016d142c45d5b2409ecb337b1b7bc295046. | ||||
* | bump to ruby 2.2.4 | Lamont Granquist | 2016-03-23 | 1 | -1/+1 |
| | | | | the ffi branch is necessary for AIX until that patch is merged. | ||||
* | We don't ship Ruby 2.0 with any omnibus packages anymore, stop testing it in ↵ | tyler-ball | 2016-03-22 | 1 | -1/+2 |
| | | | | appveyor | ||||
* | Use progress formatter for appveyor | Jay Mundrawala | 2016-02-02 | 1 | -0/+1 |
| | |||||
* | Use documentation rspec formatter | Jay Mundrawala | 2016-02-02 | 1 | -1/+0 |
| | | | | | Something is causing the 64bit tests to fail, this should help narrow it down | ||||
* | Reduce appveyor config | Jay Mundrawala | 2015-12-11 | 1 | -1/+0 |
| | | | | | Our tests are getting backed up. 2 hours is unreasonable. Removing ruby 2.0 32 bit from the matrix | ||||
* | Remove unused things | Jay Mundrawala | 2015-09-10 | 1 | -17/+0 |
| | |||||
* | Add ruby 2.1 and 2.2 to appveyorksubrama/appveyor | Kartik Null Cating-Subramanian | 2015-09-10 | 1 | -1/+14 |
| | |||||
* | Merge pull request #3892 from chef/ksubrama/appveyor | Steven Murawski | 2015-09-08 | 1 | -1/+2 |
|\ | | | | | | | Update appveyor.yml to correct OS version | ||||
| * | Have appveyor display systeminfo before build | Kartik Null Cating-Subramanian | 2015-09-08 | 1 | -1/+2 |
| | | | | | | | | Also rename os to Windows 2012 R2 to avoid confusion. | ||||
* | | Add 64 bit tester | Jay Mundrawala | 2015-09-08 | 1 | -0/+1 |
|/ | |||||
* | Decommission 12-stable | Jake Champlin | 2015-07-07 | 1 | -1/+1 |
| | | | | | Removes 12-stable from travis.yml branch filter Updates appveyor.yml for the 12.4-stable branch | ||||
* | rubygems is horriblelcg/retry-bundle-install | Lamont Granquist | 2015-06-03 | 1 | -1/+1 |
| | | | | retry installing bundler three times | ||||
* | Install bundler before upgrading rubygems | danielsdeleo | 2015-05-20 | 1 | -1/+1 |
| | | | | | | | | | Appveyor builds are timing out attempting to fetch a SRV record from DNS, https://github.com/rubygems/rubygems/issues/1017 In the default ruby install on appveyor, we have a version of rubygems that is old and doesn't have the bug, so doing gem install before upgrading works around the timeout issue. | ||||
* | Enable caching of rubygems in appveyorappveyor-caching | danielsdeleo | 2015-05-20 | 1 | -0/+4 |
| | |||||
* | Run rubygems from master for perf improvements | danielsdeleo | 2015-05-20 | 1 | -1/+2 |
| | | | | Rubygems pkg is built from 5c7bfb5c05202b4db971dd672d88a42298a0d84e | ||||
* | Silence rubygems update on appveyor | danielsdeleo | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Update appveyor to newest rubygems | danielsdeleo | 2015-05-19 | 1 | -0/+1 |
| | |||||
* | New bundler releasedjdm/unpin | Jay Mundrawala | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | Pin bundler to 1.9.2 in appveyor.ymljdm/bundler | Jay Mundrawala | 2015-04-13 | 1 | -1/+1 |
| | | | | | | https://github.com/bundler/bundler/pull/3553 broke universal gems completely We can unpin once a fix is released | ||||
* | make appveyor retry bundle install | Lamont Granquist | 2015-03-03 | 1 | -1/+1 |
| | | | | try it three times before giving up | ||||
* | Updating appveyor to have much shorter outputtball/appveyor-output | tyler-ball | 2015-01-26 | 1 | -0/+1 |
| | |||||
* | More info more version | Jay Mundrawala | 2014-12-16 | 1 | -1/+1 |
| | |||||
* | Adding appveyor.yml | Jay Mundrawala | 2014-12-16 | 1 | -0/+32 |