Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. |