summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLindolfo 'Lorn' Rodrigues <lorn@lornlab.org>2020-03-17 19:30:34 -0300
committerLindolfo 'Lorn' Rodrigues <lorn@lornlab.org>2020-03-19 23:29:50 -0300
commit6589586f985b466194a6553c50ab3f7419a13b7f (patch)
treecdb94939b65877c420abd60a26f3eab595b9aae6 /.travis.yml
parentMerge pull request #14 from locaweb/fix-docs (diff)
Timeout option
Now, you need to pass the timeout for the PowerDNS API in seconds We need to add the timeout to the GenServer.call function
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 2 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index 56473e5..ff0b64d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,23 +2,13 @@
language: elixir
elixir:
- - 1.6
- - 1.7
- 1.8
otp_release:
- - 19.3
- - 20.0
- 21.0
script: mix test
matrix:
include:
- - elixir: '1.6.6'
- otp_release: '19.3.6'
-
- - elixir: '1.7.4'
- otp_release: '20.0'
-
- - elixir: '1.7.4'
-otp_release: '21.0'
+ - elixir: '1.8.2'
+otp_release: '21.3'