go-multiaddr/.travis.yml

25 lines
303 B
YAML
Raw Normal View History

2016-04-19 12:26:49 -07:00
os:
- linux
sudo: true
2015-01-12 11:23:52 -08:00
language: go
2016-04-19 12:26:49 -07:00
2015-01-12 11:23:52 -08:00
go:
- 1.9.x
2016-04-19 12:26:49 -07:00
install:
- make deps
2015-01-12 11:23:52 -08:00
script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
2015-01-12 11:23:52 -08:00
2016-04-19 12:26:49 -07:00
cache:
directories:
- $GOPATH/src/gx
notifications:
email: false
env: GOTFLAGS="-race"