go-libp2p/.travis.yml

22 lines
292 B
YAML
Raw Normal View History

2015-11-20 00:55:44 +00:00
os:
- linux
- osx
language: go
go:
- 1.9.x
2015-11-20 00:55:44 +00:00
install:
- make deps-protocol-muxing
2015-11-20 01:03:18 +00:00
2016-10-05 19:16:25 +00:00
script:
- 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