From ba5f8d316e7ae615f32b431c911fceed98f4de91 Mon Sep 17 00:00:00 2001 From: Pablo Mazzini Date: Mon, 9 Mar 2020 17:48:58 +0000 Subject: fix travis: run rtr7 checks on Go > 1.12 Signed-off-by: Pablo Mazzini --- .travis/tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis/tests.sh b/.travis/tests.sh index edf17ba..ac83700 100755 --- a/.travis/tests.sh +++ b/.travis/tests.sh @@ -39,9 +39,9 @@ done # check that we are not breaking some projects that depend on us. Remove this after moving to # Go versioned modules, see https://github.com/insomniacslk/dhcp/issues/123 -# Skip go1.9 for this check. rtr7/router7 depends on miekg/dns, which does not -# support go1.9 -if [[ "$TRAVIS_GO_VERSION" =~ ^1.(9|10|11)$ ]] +# Skip go1.12 for this check. rtr7/router7 depends on google/nftables, which does not +# support go1.12 +if [[ "$TRAVIS_GO_VERSION" =~ ^1.(9|10|11|12)$ ]] then exit 0 fi -- cgit v1.2.3