aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* There's no need to install test group in travisSantiago Pastorino2013-03-111-1/+1
|
* All green with Ruby 2.0 :green_heart:Rafael Mendonça França2013-01-111-3/+0
|
* Relax bundler dep until 1.3.0 is actually released.Jeremy Kemper2013-01-101-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 buildsJeremy Kemper2013-01-031-1/+1
|
* Change the encrypted campfire notification tokenRafael Mendonça França2012-12-061-1/+1
|
* Try to get back the campfire notificationsRafael Mendonça França2012-12-031-1/+1
|
* Add Ruby 2.0 to .travis.yml.Steve Klabnik2012-11-171-0/+4
| | | | @joshk said it's okay. :)
* 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.