Skip to content

Commit

Permalink
Stop testing on elixir 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Nov 11, 2020
1 parent 014b6ec commit 2629661
Showing 1 changed file with 8 additions and 25 deletions.
33 changes: 8 additions & 25 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,20 @@
language: elixir
notifications:
email: false
# http://docs.travis-ci.com/user/languages/erlang/
elixir:
- 1.6
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
otp_release:
- 19.3
- 20.3
- 21.0
- 22.0
- 23.1
matrix:
exclude:
- elixir: 1.6
otp_release: 21.0
- elixir: 1.6
otp_release: 22.0
- elixir: 1.7
otp_release: 19.3
- elixir: 1.7
otp_release: 20.3
- elixir: 1.8
otp_release: 19.3
- elixir: 1.8
otp_release: 20.3
- elixir: 1.9
otp_release: 19.3
- elixir: 1.9
otp_release: 20.3
- 21.3
- 22.3
- 23.0
# matrix:
# exclude:
# - elixir: 1.9
# otp_release: 20.3

env: MIX_ENV=test
sudo: false # faster builds
Expand Down

0 comments on commit 2629661

Please sign in to comment.