go-multiaddr/.travis.yml
Steven Allen eb7107a2fa use standard travis-ci scripts and enable sudo
This should fix CI.

Supersedes #34.
2018-01-25 15:32:05 -08:00

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"