Skip to content

Commit

Permalink
Merge a0adc05 into 5b553a6
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Dec 31, 2018
2 parents 5b553a6 + a0adc05 commit 230af6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.7.1
erlang 21.0
elixir 1.8.0-rc.0
erlang 21.2.2
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: elixir
elixir:
- 1.6.6
- 1.7.1
- 1.7.4
- 1.8.0-rc.0
otp_release:
- 20.3
- 21.0
- 21.2
before_script:
- MIX_ENV=test mix compile --warnings-as-errors
- travis_wait mix dialyzer --plt
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"benchee": {:git, "https://github.com/PragTob/benchee.git", "44008875cc69baf83919ad271b09d0858dcf54c2", []},
"benchee": {:git, "https://github.com/PragTob/benchee.git", "7c7bad130e9e54bf28459cf9b9853984fa910ac0", []},
"bunt": {:hex, :bunt, "0.2.0", "951c6e801e8b1d2cbe58ebbd3e616a869061ddadcc4863d0a2182541acae9a38", [:mix], [], "hexpm"},
"certifi": {:hex, :certifi, "2.0.0", "a0c0e475107135f76b8c1d5bc7efb33cd3815cb3cf3dea7aefdd174dabead064", [:rebar3], [], "hexpm"},
"credo": {:hex, :credo, "0.8.10", "261862bb7363247762e1063713bb85df2bbd84af8d8610d1272cd9c1943bba63", [:mix], [{:bunt, "~> 0.2.0", [hex: :bunt, repo: "hexpm", optional: false]}], "hexpm"},
Expand Down

0 comments on commit 230af6b

Please sign in to comment.