aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove ARes from the list.José Valim2012-03-141-1/+1
|
* Install latest bundler on Travis.José Valim2012-03-091-0/+2
|
* Update ruby_version_check.José Valim2011-12-201-2/+0
|
* Revert "Update .travis.yml"Aaron Patterson2011-12-191-0/+1
| | | | This reverts commit ce0cf7d6fbb39a22a0563934abd8c02ff50dd14c.
* Update .travis.ymlGuillermo Iguaran2011-12-191-1/+0
|
* Don't notify campfire when the build keeps passingJon Leighton2011-12-181-1/+4
|
* Add campfire notifications for travisSantiago Pastorino2011-12-171-0/+2
|
* Enable postgres on the CI :heart: :beer: :sparkles:Jon Leighton2011-12-031-0/+1
|
* Revert "Disable 1.9.3 builds until upgraded from -preview1 to -rc1"Jeremy Kemper2011-11-011-1/+1
| | | | This reverts commit 8a6acc17bb8badf70e300f599bf0440ee197028c.
* Don't notify IRC on every single build, just failures and first success ↵Jeremy Kemper2011-10-081-1/+4
| | | | after a string of failures
* 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.