Skip to content

Commit

Permalink
Merge pull request #268 from seomoz/containerized-build
Browse files Browse the repository at this point in the history
Switch to Travis container-based infrastructure.
  • Loading branch information
b4hand committed Dec 30, 2017
2 parents 53bae44 + 12af1af commit 7cfe849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dist: trusty
sudo: false
dist: precise
bundler_args: --without extras
before_script:
- bundle exec rake core:verify
Expand Down
2 changes: 1 addition & 1 deletion spec/integration/middleware/memory_usage_monitor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module Middleware

# the third job sould be a new process with cleared out memory
expect(job_records[2].pid).not_to eq(job_records[0].pid)
expect(job_records[2].before_mem).to be < job_records[1].before_mem
expect(job_records[2].before_mem).to be <= job_records[1].before_mem

expect(log_io.string).to match(/Exiting after job 2/)
end
Expand Down

0 comments on commit 7cfe849

Please sign in to comment.