You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
305 B

9 years ago
os:
- linux
- osx
sudo: false
9 years ago
language: go
go:
- 1.9.x
9 years ago
install:
- make deps-protocol-muxing
9 years ago
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