From 6589586f985b466194a6553c50ab3f7419a13b7f Mon Sep 17 00:00:00 2001 From: Lindolfo 'Lorn' Rodrigues Date: Tue, 17 Mar 2020 19:30:34 -0300 Subject: 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 --- .travis.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to '.travis.yml') 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' -- cgit v1.2.3