summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRicardo Hermida Ruiz <ricardo.ruiz@locaweb.com.br>2020-04-24 15:40:22 -0300
committerRicardo Hermida Ruiz <ricardo.ruiz@locaweb.com.br>2020-04-24 15:40:22 -0300
commita6889b0128f7266e506ea4ef6e7c5a8bd8bc3d58 (patch)
treee22d03d315d79bb2cd54f645c121b737d8fdf8e0 /.travis.yml
parentbump otp (diff)
parentTimeout option (diff)
Merge remote-tracking branch 'origin/add-timeout-support' into pooling
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml22
1 files changed, 12 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 6aeef56..775894c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,23 +2,25 @@
language: elixir
elixir:
- - 1.6
- - 1.7
- - 1.8
+ - 1.10
otp_release:
- - 19.3
- - 20.0
- - 21.0
+ - 22.3
script: mix test
matrix:
include:
- - elixir: '1.6.6'
+ - elixir: '1.6'
otp_release: '19.3'
- - elixir: '1.7.4'
+ - elixir: '1.7'
otp_release: '20.0'
- - elixir: '1.7.4'
-otp_release: '21.0'
+ - elixir: '1.7'
+ otp_release: '21.0'
+
+ - elixir: '1.8'
+ otp_release: '21.3'
+
+ - elixir: '1.9'
+ otp_release: '22.3'