aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
...
* Disable 1.9.3 builds until upgraded from -preview1 to -rc1Jeremy Kemper2011-10-081-1/+1
|
* Update travis config on @joshk's instructionsJon Leighton2011-08-151-1/+2
|
* Test against 1.9.3 as well.José Valim2011-08-071-0/+1
|
* Revert "Test against Rubinius"Aaron Patterson2011-08-051-3/+1
| | | | This reverts commit 3cfbb3824436b2f8a37544b8ffe2f3a4605bc7c8.
* Test against RubiniusErik Michaels-Ober2011-08-051-1/+3
| | | | Happy Rubinius Day!
* enable Travis CI irc notifications to #rails-contrib on irc.freenode.orgJosh Kalderimis2011-07-261-3/+5
|
* Added a .travis.yml config and travis specific ci script.Josh Kalderimis2011-07-151-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.