Skip to content

Commit

Permalink
Update travis config for newer Elixir/Erlang.
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLuites committed Oct 12, 2019
1 parent 156206a commit 1ae9718
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
sudo: true
language: elixir
elixir:
- 1.8.2
- 1.9.2
otp_release:
- 22.0
matrix:
include:
- elixir: 1.7.8
otp_release: 21.0
- elixir: 1.8.2
otp_release: 21.0
- elixir: 1.9.2
otp_release: 22.0
script:
- mix analyze --non-interactive
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule CommonX.MixProject do
"coveralls.post": :test,
"coveralls.html": :test
],
dialyzer: [ignore_warnings: ".dialyzer", plt_add_deps: true],
dialyzer: [ignore_warnings: ".dialyzer", plt_add_deps: true, plt_add_apps: [:mix]],

# Docs
name: "CommonX",
Expand Down

0 comments on commit 1ae9718

Please sign in to comment.