Skip to content

Commit

Permalink
elixir 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Jan 14, 2019
1 parent e456a96 commit 0609e50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 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.0
erlang 21.0
elixir 1.8.0
erlang 21.2.2
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ elixir:
- 1.4.5
- 1.5.3
- 1.6.6
- 1.7.0
- 1.7.4
- 1.8.0
otp_release:
- 18.3
- 19.3
- 20.3
- 21.0
- 21.2
matrix:
exclude:
- elixir: 1.3.4
Expand All @@ -22,9 +23,13 @@ matrix:
otp_release: 21.0
- elixir: 1.6.6
otp_release: 18.3
- elixir: 1.7.0
- elixir: 1.7.4
otp_release: 18.3
- elixir: 1.7.0
- elixir: 1.7.4
otp_release: 19.3
- elixir: 1.8.0
otp_release: 18.3
- elixir: 1.8.0
otp_release: 19.3
before_script: MIX_ENV=test mix compile --warnings-as-errors
script: mix coveralls.travis
Expand Down

0 comments on commit 0609e50

Please sign in to comment.