mirror of
https://github.com/waku-org/go-multiaddr.git
synced 2025-02-23 03:28:12 +00:00
25 lines
303 B
YAML
25 lines
303 B
YAML
os:
|
|
- linux
|
|
|
|
sudo: true
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.9.x
|
|
|
|
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"
|