Skip to content

Commit

Permalink
Merge pull request #44 from ipfs/chore/gx
Browse files Browse the repository at this point in the history
Remove GX
  • Loading branch information
willscott authored Feb 17, 2021
2 parents c780321 + c0ef407 commit aaf2e52
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@ os:
language: go

go:
- 1.11.x
- 1.15.x

env:
global:
- GOTFLAGS="-race"
matrix:
- BUILD_DEPTYPE=gx
- BUILD_DEPTYPE=gomod


# disable travis install
install:
- true
Expand All @@ -24,7 +21,6 @@ script:

cache:
directories:
- $GOPATH/src/gx
- $GOPATH/pkg/mod
- $HOME/.cache/go-build

Expand Down

0 comments on commit aaf2e52

Please sign in to comment.