diff options
author | insomniac <insomniacslk@users.noreply.github.com> | 2018-09-10 12:39:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-10 12:39:37 +0100 |
commit | a1d809f9af5f6e4d5aae6522b5dc9d9a16812465 (patch) | |
tree | 3292bf629633e0776e5990e413b7160aa1a289d1 /.travis/tests.sh | |
parent | 0fed7fcaaa86b0c08a79a826a421d32afc68404f (diff) |
Removed workaround for pcapgo.OpenEthernet from tests (#153)
Diffstat (limited to '.travis/tests.sh')
-rwxr-xr-x | .travis/tests.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis/tests.sh b/.travis/tests.sh index c08ecdb..b9ddf0c 100755 --- a/.travis/tests.sh +++ b/.travis/tests.sh @@ -16,12 +16,6 @@ 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 - -# from https://github.com/rtr7/router7/blob/aa404c3c54d9ad655479d7978ed18e81fe6ca05c/.travis.yml#L14 -# TODO: get rid of this once https://github.com/google/gopacket/pull/470 is merged -go get github.com/google/gopacket/pcapgo -(cd $GOPATH/src/github.com/google/gopacket && wget -qO- https://patch-diff.githubusercontent.com/raw/google/gopacket/pull/470.patch | patch -p1) - go get github.com/rtr7/router7/cmd/... cd "${GOPATH}/src/github.com/rtr7/router7" go build github.com/rtr7/router7/cmd/... |