2015-11-20 00:55:44 +00:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
|
|
|
|
2017-11-18 04:16:54 +00:00
|
|
|
sudo: false
|
|
|
|
|
2015-11-20 00:55:44 +00:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
2017-11-17 00:44:02 +00:00
|
|
|
- 1.9.x
|
2015-11-20 00:55:44 +00:00
|
|
|
|
2017-11-17 00:44:02 +00:00
|
|
|
install:
|
2018-07-27 18:41:28 +00:00
|
|
|
- make deps
|
2015-11-20 01:03:18 +00:00
|
|
|
|
2016-10-05 19:16:25 +00:00
|
|
|
script:
|
2017-11-17 00:44:02 +00:00
|
|
|
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
|
2016-02-17 17:43:59 +00:00
|
|
|
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- $GOPATH/src/gx
|
2016-10-05 19:16:25 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|