Skip to content

Commit

Permalink
Remove support for old elixir and otp versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pprzetacznik committed Jul 2, 2018
1 parent 335a644 commit bb7e9c4
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
language: elixir
sudo: true
elixir:
- 1.1.0
- 1.2.3
otp_release:
- 17.5
- 18.1
- 18.2
matrix:
include:
- otp_release: 19.2
elixir: 1.4
- otp_release: 19.3
elixir: 1.4
- otp_release: 19.3
elixir: 1.5.1
- otp_release: 20.0
Expand All @@ -21,6 +10,8 @@ matrix:
elixir: 1.5.2
- otp_release: 20.2
elixir: 1.6.0
- otp_release: 21
elixir: 1.6.6
python:
- "2.7.10"
install:
Expand Down

0 comments on commit bb7e9c4

Please sign in to comment.