disable Travis
This commit is contained in:
parent
aaf0deabcf
commit
4bfde8d51b
29
.travis.yml
29
.travis.yml
|
@ -1,29 +0,0 @@
|
|||
os:
|
||||
- linux
|
||||
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.15.x
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- BUILD_DEPTYPE=gomod
|
||||
|
||||
# disable travis install
|
||||
install:
|
||||
- true
|
||||
|
||||
# run tests with and without race detection
|
||||
script:
|
||||
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
|
||||
- GOTFLAGS="-race" bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $GOPATH/src/gx
|
||||
- $GOPATH/pkg/mod
|
||||
- $HOME/.cache/go-build
|
||||
|
||||
notifications:
|
||||
email: false
|
Loading…
Reference in New Issue