go-libp2p-peerstore/.travis.yml

23 lines
281 B
YAML
Raw Normal View History

2016-08-20 06:01:56 +08:00
os:
2016-10-05 09:01:51 +08:00
- linux
2016-08-20 06:01:56 +08:00
2017-11-18 12:28:02 +08:00
sudo: false
2016-04-19 07:45:09 +08:00
language: go
go:
- 1.9.x
2016-04-19 07:45:09 +08:00
install:
2016-10-05 09:01:51 +08:00
- make deps
2016-04-19 07:45:09 +08:00
script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
2016-04-19 07:45:09 +08:00
2016-08-20 06:01:56 +08:00
cache:
directories:
- $GOPATH/src/gx
2016-10-05 09:01:51 +08:00
notifications:
email: false