Commit 2df5aa69 authored by Lars Gierth's avatar Lars Gierth

ci: remove gx from build matrix

parent e791f319
......@@ -9,8 +9,8 @@ go:
env:
global:
- GOTFLAGS="-race"
- GO111MODULE=on
matrix:
- BUILD_DEPTYPE=gx
- BUILD_DEPTYPE=gomod
......@@ -24,7 +24,6 @@ script:
cache:
directories:
- $GOPATH/src/gx
- $GOPATH/pkg/mod
- /home/travis/.cache/go-build
......
......@@ -13,15 +13,12 @@ publish:
gx-go rewrite --undo
conformance: tmp/multiaddr
go get -d -v .
go build -o tmp/multiaddr/test/go-multiaddr ./multiaddr
cd tmp/multiaddr/test && MULTIADDR_BIN="./go-multiaddr" go test -v
tmp/multiaddr:
mkdir -p tmp/
git clone https://github.com/multiformats/multiaddr tmp/multiaddr/
# TODO(lgierth): drop this once multiaddr test suite is merged
git --work-tree=tmp/multiaddr/ --git-dir=tmp/multiaddr/.git checkout feat/test
clean:
rm -rf tmp/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment