Skip to content

Commit

Permalink
Merge 73b93db into 0873927
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed May 20, 2019
2 parents 0873927 + 73b93db commit bf675b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
@@ -1,2 +1,2 @@
elixir 1.8.1-otp-21
erlang 21.3.2
elixir 1.8.2-otp-22
erlang 22.0
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -2,14 +2,18 @@ language: elixir
elixir:
- 1.6.6
- 1.7.4
- 1.8.1
- 1.8.2
otp_release:
- 20.3
- 21.3
- 22.0
matrix:
include:
- elixir: 1.6.6
otp_release: 19.3
exclude:
- elixir: 1.6.6
otp_release: 22.0
before_script:
- MIX_ENV=test mix compile --warnings-as-errors
- travis_wait mix dialyzer --plt
Expand Down
2 changes: 1 addition & 1 deletion test/benchee/benchmark/collect/memory_test.exs
Expand Up @@ -15,7 +15,7 @@ defmodule Benchee.Collect.MemoryTest do
# We need to have some wiggle room here because memory used varies from
# system to system. It's consistent in an environment, but changes
# between environments.
assert memory_used > 360
assert memory_used > 310
assert memory_used < 400
end

Expand Down

0 comments on commit bf675b6

Please sign in to comment.