Remove filtering that seems to be no longer needed in vendor build tags

This commit is contained in:
Jeff Mitchell 2016-06-08 16:24:48 -04:00
parent 4fef72807e
commit 4c6d6a539f

View File

@ -28,9 +28,6 @@ go get github.com/kardianos/govendor
## Init
govendor init
## Filter out tags in testing packages
sed -i -e 's/test/test appengine go1.7/' vendor/vendor.json
## Fetch deps
echo "Fetching deps, will take some time..."
govendor fetch +missing