go-libp2p-pubsub/.travis.yml

23 lines
281 B
YAML
Raw Normal View History

2016-09-11 03:47:12 +00:00
os:
- linux
2017-11-18 04:04:19 +00:00
sudo: false
2016-09-11 03:47:12 +00:00
language: go
go:
- 1.9.x
2016-09-11 03:47:12 +00:00
install:
- make deps
2016-09-11 03:47:12 +00:00
script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
2016-09-11 03:47:12 +00:00
cache:
directories:
- $GOPATH/src/gx
notifications:
email: false