Skip to content

Commit

Permalink
Merge pull request #38135 from yahonda/remove_travis_files
Browse files Browse the repository at this point in the history
Remove Travis CI files
  • Loading branch information
matthewd committed Jan 2, 2020
2 parents 3c28e79 + ff10ac5 commit 976224b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 343 deletions.
163 changes: 0 additions & 163 deletions .travis.yml

This file was deleted.

6 changes: 1 addition & 5 deletions actionpack/test/abstract_unit.rb
Expand Up @@ -13,11 +13,7 @@
Encoding.default_external = Encoding::UTF_8
end

if ENV["TRAVIS"]
PROCESS_COUNT = 0
else
PROCESS_COUNT = (ENV["MT_CPU"] || 4).to_i
end
PROCESS_COUNT = (ENV["MT_CPU"] || 4).to_i

require "active_support/testing/autorun"
require "abstract_controller"
Expand Down
175 changes: 0 additions & 175 deletions ci/travis.rb

This file was deleted.

0 comments on commit 976224b

Please sign in to comment.