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

ci: remove gx from build matrix

parent e791f319
...@@ -9,8 +9,8 @@ go: ...@@ -9,8 +9,8 @@ go:
env: env:
global: global:
- GOTFLAGS="-race" - GOTFLAGS="-race"
- GO111MODULE=on
matrix: matrix:
- BUILD_DEPTYPE=gx
- BUILD_DEPTYPE=gomod - BUILD_DEPTYPE=gomod
...@@ -24,7 +24,6 @@ script: ...@@ -24,7 +24,6 @@ script:
cache: cache:
directories: directories:
- $GOPATH/src/gx
- $GOPATH/pkg/mod - $GOPATH/pkg/mod
- /home/travis/.cache/go-build - /home/travis/.cache/go-build
......
...@@ -13,15 +13,12 @@ publish: ...@@ -13,15 +13,12 @@ publish:
gx-go rewrite --undo gx-go rewrite --undo
conformance: tmp/multiaddr conformance: tmp/multiaddr
go get -d -v .
go build -o tmp/multiaddr/test/go-multiaddr ./multiaddr go build -o tmp/multiaddr/test/go-multiaddr ./multiaddr
cd tmp/multiaddr/test && MULTIADDR_BIN="./go-multiaddr" go test -v cd tmp/multiaddr/test && MULTIADDR_BIN="./go-multiaddr" go test -v
tmp/multiaddr: tmp/multiaddr:
mkdir -p tmp/ mkdir -p tmp/
git clone https://github.com/multiformats/multiaddr tmp/multiaddr/ 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: clean:
rm -rf tmp/ 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