aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Test on Ruby 2.3.3Andrew White2017-01-041-1/+1
|
* Run tests on latest versions of 2.2 and 2.3Andrew White2016-11-171-2/+2
|
* Reinstate railties tests on Ruby 1.8.7Andrew White2016-11-031-8/+1
| | | | | Something changed in Bundler 1.12.0 that caused the railties tests to start failing so lock the bundler version to 1.11.2.
* Update travis.yml to match master where appropriateAndrew White2016-11-031-19/+27
|
* Cache bundle install on TravisAndrew White2016-11-031-0/+3
|
* Start memcached for Action Pack and Active Support testsAndrew White2016-11-031-0/+3
|
* Add Ruby 2.3 to test matrixAndrew White2016-11-021-0/+1
|
* Fix failing tests on 3-2-stable branch:Johnny Shields2016-09-151-0/+10
| | | | | | | | - Set sudo: false in .travis.yml which uses latest travis engine and fixes some failing specs - Use older version of gems in Gemfile if RUBY_VERSION < '1.9.3' (no change to .gemspec) - Fix two cases of hash rockets in tests (required for Ruby 1.8.7) - Skip failing test "test_ensure_that_migration_tasks_work_with_mountable_option" which breaks due to Bundler no longer accepting the default generated .gemspec format. - Skip railties specs on Ruby 1.8.7 (mark as an allowed failure.)
* Test Rails 3.2 with Ruby 2.1 and 2.2Rafael Mendonça França2015-01-011-0/+2
|
* Rails 3.2.x is now compatible with Ruby 2.0.0Prem Sichanugrist2013-02-241-3/+0
|
* Allow failures to 2.0.0Rafael Mendonça França2013-02-181-0/+3
|
* Add Ruby 2.0 RC to Travis CI build matrixPrem Sichanugrist2013-02-141-0/+1
|
* Install latest bundler on Travis.José Valim2013-01-261-0/+2
| | | | | | | | | | Attempt to fix travis error on 1.8.7/1.9.2: $ bundle install --path vendor/bundle ERROR: Gem bundler is not installed, run `gem install bundler` first. The command "bundle install --path vendor/bundle" failed and exited with 127 during install.
* Change the encrypted campfire notification tokenRafael Mendonça França2013-01-031-1/+1
| | | | | Conflicts: .travis.yml
* 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.