summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChris Koch <chrisko@google.com>2020-03-10 15:10:31 -0700
committerChris K <c@chrisko.ch>2020-03-11 00:36:12 -0700
commit6469ef2f3d85469f0f7cbf3cb40c2f931e406397 (patch)
tree1b653f615881e0357a43dcbca95007fa8d4111dd
parent15ad2c44a4ebc572866a5666c8875c3b192a4975 (diff)
rtr7 has moved to go modules
Signed-off-by: Chris Koch <chrisko@google.com>
-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/...