diff options
author | Pablo Mazzini <pmazzini@gmail.com> | 2020-03-09 18:02:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 18:02:06 +0000 |
commit | 50dff916c60c6eb81be8be8eab2cd396ad6ccd91 (patch) | |
tree | b48d7636ee8a827816653f8c4d6d394d1fe6c3e4 /.travis/tests.sh | |
parent | 00901efc824ad5efb860c98ae3cd2e50a3ba610d (diff) | |
parent | 200399fb8fcb0ba141e171ed0ce3ce23758b877a (diff) |
Merge branch 'master' into feature/dhcp4-o-dhcp6
Diffstat (limited to '.travis/tests.sh')
-rwxr-xr-x | .travis/tests.sh | 6 |
1 files 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 |