2016-04-19 12:26:49 -07:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
|
2018-01-25 15:32:05 -08:00
|
|
|
sudo: true
|
2015-01-12 11:23:52 -08:00
|
|
|
|
2018-01-25 15:32:05 -08:00
|
|
|
language: go
|
2016-04-19 12:26:49 -07:00
|
|
|
|
2015-01-12 11:23:52 -08:00
|
|
|
go:
|
2018-01-25 15:32:05 -08:00
|
|
|
- 1.9.x
|
2016-04-19 12:26:49 -07:00
|
|
|
|
|
|
|
install:
|
|
|
|
- make deps
|
2015-01-12 11:23:52 -08:00
|
|
|
|
|
|
|
script:
|
2018-01-25 15:32:05 -08:00
|
|
|
- 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
|
2018-01-25 15:32:05 -08:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
|
|
|
|
env: GOTFLAGS="-race"
|