Skip to content

Commit

Permalink
Merge pull request #258 from PragTob/elixir-update
Browse files Browse the repository at this point in the history
travis, do you elixir 1.8.0?
  • Loading branch information
devonestes committed Dec 29, 2018
2 parents a65bb81 + 137efdd commit 7c7bad1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ language: elixir
elixir:
- 1.6.6
- 1.7.4
- 1.8.0-rc.0
otp_release:
- 20.3
- 21.1
- 21.2
before_script:
- MIX_ENV=test mix compile --warnings-as-errors
- travis_wait mix dialyzer --plt
Expand Down

0 comments on commit 7c7bad1

Please sign in to comment.