Skip to content

Commit 2df5aa6

Browse files
author
Lars Gierth
committed
ci: remove gx from build matrix
1 parent e791f31 commit 2df5aa6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ go:
99
env:
1010
global:
1111
- GOTFLAGS="-race"
12+
- GO111MODULE=on
1213
matrix:
13-
- BUILD_DEPTYPE=gx
1414
- BUILD_DEPTYPE=gomod
1515

1616

@@ -24,7 +24,6 @@ script:
2424

2525
cache:
2626
directories:
27-
- $GOPATH/src/gx
2827
- $GOPATH/pkg/mod
2928
- /home/travis/.cache/go-build
3029

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,12 @@ publish:
1313
gx-go rewrite --undo
1414

1515
conformance: tmp/multiaddr
16-
go get -d -v .
1716
go build -o tmp/multiaddr/test/go-multiaddr ./multiaddr
1817
cd tmp/multiaddr/test && MULTIADDR_BIN="./go-multiaddr" go test -v
1918

2019
tmp/multiaddr:
2120
mkdir -p tmp/
2221
git clone https://github.com/multiformats/multiaddr tmp/multiaddr/
23-
# TODO(lgierth): drop this once multiaddr test suite is merged
24-
git --work-tree=tmp/multiaddr/ --git-dir=tmp/multiaddr/.git checkout feat/test
2522

2623
clean:
2724
rm -rf tmp/

0 commit comments

Comments
 (0)