go-libp2p-peerstore/.travis.yml
Steven Allen e377d8bf00 ci: don't test on osx
(slow)
2017-12-05 18:11:33 -08:00

23 lines
281 B
YAML

os:
- linux
sudo: false
language: go
go:
- 1.9.x
install:
- make deps
script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache:
directories:
- $GOPATH/src/gx
notifications:
email: false