summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-x.travis/tests.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/.travis/tests.sh b/.travis/tests.sh
index ac83700..28346e3 100755
--- a/.travis/tests.sh
+++ b/.travis/tests.sh
@@ -35,17 +35,3 @@ for d in $(go list ./... | grep -v vendor); do
rm -f profile.out
fi
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.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
-
-go get github.com/rtr7/router7/cmd/...
-cd "${GOPATH}/src/github.com/rtr7/router7"
-go build github.com/rtr7/router7/cmd/...