aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Test rails-ujs in our travis matrixRafael Mendonça França2017-02-221-0/+9
|
* Add sqlite3_mem adapter to Travis CIYasuo Honda2017-01-311-0/+3
|
* add combination of Ruby 2.4 + aj:integration to CIyuuji.yaginuma2017-01-281-0/+6
|
* Always use the newest rubygems when CIingAkira Matsuda2017-01-271-0/+1
|
* CI against JRuby 9.1.7.0Koichi ITO2017-01-131-3/+3
|
* CI against jruby-9.1.6.0Akira Matsuda2017-01-051-3/+3
| | | | And let's see if it still fails...
* Revert "Merge pull request #21233 from ↵Rafael Mendonça França2017-01-031-9/+0
| | | | | | | | | | mtsmfm/disable-referential-integrity-without-superuser-privileges" This reverts commit eeac6151a55cb7d5f799e1ae33aa64a839cbc3aa, reversing changes made to 5c40239d3104543e70508360d27584a3e4dc5baf. Reason: Broke the isolated tests. https://travis-ci.org/rails/rails/builds/188721346
* Merge pull request #21233 from ↵Rafael França2017-01-031-0/+9
|\ | | | | | | | | mtsmfm/disable-referential-integrity-without-superuser-privileges Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser privileges
| * Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser ↵Fumiaki MATSUSHIMA2016-12-031-0/+9
| | | | | | | | | | | | | | | | | | privileges ref: 72c1557254 - We must use `authors` fixture with `author_addresses` because of its foreign key constraint. - Tests require PostgreSQL >= 9.4.2 because it had a bug about `ALTER CONSTRAINTS` and fixed in 9.4.2.
* | CI against ruby 2.4.0Akira Matsuda2016-12-251-1/+1
| |
* | Shuffle travis matrixMatthew Draper2016-12-251-3/+3
| | | | | | | | | | | | * Run actionpack and actioncable tests together * Demote ac:integration to allow_failures -- it works most of the time, but still fails too frequently to rely upon
* | Add Ruby v2.4.0-rc1 to Travis matrixJon Moss2016-12-201-0/+1
|/
* Only start rabbitmq when we need itMatthew Draper2016-11-271-6/+19
|
* CI against 2.3.3Akira Matsuda2016-11-221-2/+2
| | | | 2.3.2 has a known regression https://bugs.ruby-lang.org/issues/12920#note-5
* Make JRUBY_OPTS a global Travis environment variableJon Moss2016-11-161-2/+2
|
* Enable JRuby testing for Active JobJon Moss2016-11-161-2/+2
| | | | All tests pass for me locally.
* Merge pull request #27064 from koic/bump_ruby_versionsRafael França2016-11-161-3/+3
|\ | | | | Run tests by Ruby 2.2.6 and 2.3.2
| * Run tests by Ruby 2.2.6 and 2.3.2Koichi ITO2016-11-161-3/+3
| |
* | Enable JRuby testing for Action MailerJon Moss2016-11-161-0/+5
|/ | | | | | | | All tests passing locally for me: ``` 195 runs, 441 assertions, 0 failures, 0 errors, 0 skips ```
* Upgrade JRuby to satisfy gemfileKir Shatrov2016-11-071-2/+2
|
* Bump bundler version in the before_install hook of travisPrathamesh Sonpatki2016-10-161-0/+1
| | | | | | | | - We were running into issues with old bundler versions on 4.2 builds. So we bumped the bundler version on 4-2-stable branch in https://github.com/rails/rails/pull/26592. - This commit applies same change to master as per discussion in https://github.com/rails/rails/pull/26592#issuecomment-254026755.
* Don't allow tests ac:integration to failurebogdanvlviv2016-10-081-1/+0
|
* Revert "Temporarily make ACa tests noiser and more predictable"Matthew Draper2016-10-081-1/+1
| | | | This reverts commit 2d6c14bca25c5629e431a802c3053bad1e378fcc.
* Temporarily make ACa tests noiser and more predictableMatthew Draper2016-10-031-1/+1
|
* Remove Faye modeMatthew Draper2016-10-011-3/+0
| | | | No deprecation, because it was never documented.
* Try the newest bundlerRafael Mendonça França2016-07-021-4/+0
|
* Revert "Merge pull request #25131 from ↵Matthew Draper2016-06-291-3/+0
| | | | | | | | | | javierhonduco/javierhonduco/clone_depth_to_1" This reverts commit acf0bb3f4945f6fda4ac7170b3a0f8fa3becc8f5, reversing changes made to c5b766a9a20c9dd5bf09e69a7c508f369c2eeea3. Travis can only build a commit it can clone; without any clone depth, all branch builds error as soon as there's a newer commit present.
* CI: run Action Cable browser tests in Sauce LabsJon Moss2016-05-251-0/+9
| | | | | | | | Allow failures until test runs are consistently stable, not hanging. Closes #24943. Signed-off-by: Jeremy Daer <jeremydaer@gmail.com>
* Cloning depth set to 1Javier Honduvilla Coto2016-05-241-0/+3
|
* Run Active Support tests when preserving timezonesAndrew White2016-05-051-0/+1
| | | | | Add to the matrix of Travis tests an entry that runs the Active Support tests when `ActiveSupport.to_time_preserves_timezone = true`.
* Bump Ruby versionsJon Moss2016-05-041-3/+3
| | | | | 2.2.4 --> 2.2.5 2.3.0 --> 2.3.1
* Depend on bundler 1.11.2 on travis until bundle update discrepancy is solved ↵Vipul A M2016-05-031-2/+4
| | | | on 1.12.x
* CI: allow JRuby build to fail, too flaky to be usefulJeremy Daer2016-04-251-0/+1
|
* Travis: cache unicode data downloads and beanstalkd buildJeremy Daer2016-04-191-14/+26
|
* Include running mariadb on travisVipul A M2016-04-141-0/+5
| | | | | | | | - Specify we want to run on latest stable ruby for mariadb - change in runs of builds Make mariadb? method publicly available
* Revert "Merge pull request #24440 from ↵Rafael Mendonça França2016-04-061-5/+0
| | | | | | | | | yahonda/use_newer_version_of_sqlite3_at_travis_ci" This reverts commit a3d085a4ce949526cd388d6b399347504d9a0c92, reversing changes made to e2df1c6d2aa1dd667c6c1be25d5c7f7d69f293fa. It broke the build
* Use SQLite3 3.7.15 which supports multiple values insertYasuo Honda2016-04-051-0/+5
|
* Run latest precompiled JRuby on CI only against ActionPackBenjamin Fleischer2016-03-301-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses latest precompiled JRuby so that we don't spend time downloading versions Travis has not already compiled. http://rubies.travis-ci.org/ Uses latest jdk: oraclejdk8 per https://docs.travis-ci.com/user/build-environment-updates/2015-02-03/#Ruby-VM and https://docs.travis-ci.com/user/languages/ruby/#Supported-Ruby-Versions-and-RVM Follows on work in https://github.com/rails/rails/pull/23927 which was reverted https://github.com/rails/rails/commit/26fe5fa08d52384bcea09c4210e3b3baaf5e9b95 JRUBY_OPTS minimize GC, disable JIT, for max test speed - https://github.com/rails/rails/pull/16613 - https://github.com/rails/rails/pull/17088 Have Rails use JRuby-compatible Rake 11.1 - The Rake task was passing --verbose, an invalid option, to contemporary JRuby - https://github.com/ruby/rake/pull/120 - https://github.com/rails-api/active_model_serializers/pull/1585 - https://github.com/jruby/jruby/issues/3653#issuecomment-195883717 No advantage to directly mounting JRuby over installing from cache; both on S3 - https://github.com/rails/rails/pull/23499/commits/b2d5b336b5a812009444571b22eed90777cd9a8c - https://github.com/rails/rails/pull/23499/commits/f4fad041b2755d81e82ee3fc66d96f334b4653db
* Merge pull request #23992 from matthewd/em-optionMatthew Draper2016-03-041-0/+1
|\ | | | | Support faye-websocket + EventMachine as an option
| * Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-0/+1
| |
* | Revert "Merge pull request #23927 from gaurish/jruby_ci_actionpack"Rafael Mendonça França2016-03-011-5/+0
|/ | | | | | | | This reverts commit ddb7be50e8a0946d29fbe66537f845b8369413b7, reversing changes made to ee4a1462e97f26bd480352468efab5b9c18aa8de. Reason: It is givin us a lot of timeouts in travis because JRuby 9.0.5.0 needs to be build in every run
* Try running CI for ActionPack on JRubyGaurish Sharma2016-02-271-0/+5
| | | | These are green on local. Checking to see they pass on travis too!
* Revert "No need to specify Ruby patch version on Travis CI"Ryuta Kamizono2016-02-061-2/+2
|
* No need to specify Ruby patch version on Travis CIPrem Sichanugrist2016-02-051-2/+2
| | | | | Travis CI now select the latest patch version of Ruby automatically when given MAJOR.MINOR version string.
* Move Action Cable back to the main buildJon Moss2016-01-301-1/+0
|
* Allow failures for Action Cable testsRafael Mendonça França2016-01-301-0/+1
|
* Update postgresql version to 9.4 for travis.Akshay Vishnoi2016-01-101-1/+1
| | | | Now available - https://docs.travis-ci.com/user/using-postgresql/
* Add Ruby 2.3.0 to Travis matrixJon Moss2015-12-251-0/+1
|
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-2/+0
|
* Merge pull request #22586 from rails/merge-action-cableDavid Heinemeier Hansson2015-12-171-0/+1
|\ | | | | Merge Action Cable into master