Browse Source

travis: remove gx build

pull/590/head
vyzo 6 years ago
parent
commit
e4061bbb87
  1. 2
      .travis.yml

2
.travis.yml

@ -10,7 +10,6 @@ env:
global:
- GOTFLAGS="-race"
matrix:
- BUILD_DEPTYPE=gx
- BUILD_DEPTYPE=gomod
@ -24,7 +23,6 @@ script:
cache:
directories:
- $GOPATH/src/gx
- $GOPATH/pkg/mod
- $HOME/.cache/go-build

Loading…
Cancel
Save