Files
multibase/.travis.yml

32 lines
405 B
YAML
Raw Normal View History

os:
- linux
2016-12-16 23:49:17 +01:00
language: go
2016-12-16 23:49:17 +01:00
go:
- 1.11.x
- 1.15.x
2016-12-16 23:49:17 +01:00
env:
global:
- GOTFLAGS="-race"
matrix:
- BUILD_DEPTYPE=gomod
# disable travis install
2016-12-16 23:49:17 +01:00
install:
- true
2016-12-16 23:49:17 +01:00
script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
2016-12-16 23:49:17 +01:00
cache:
directories:
- $GOPATH/pkg/mod
- /home/travis/.cache/go-build
2016-12-16 23:49:17 +01:00
notifications:
email: false