go-multiaddr/.travis.yml
2018-09-30 17:13:30 -07:00

25 lines
302 B
YAML

os:
- linux
sudo: true
language: go
go:
- 1.11
install:
- make deps
script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache:
directories:
- $GOPATH/src/gx
notifications:
email: false
env: GOTFLAGS="-race"