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.

25 lines
316 B

os:
- linux
- osx
language: go
go:
- 1.8
install: true
before_install:
- make deps
- go get -u github.com/multiformats/go-multicodec
- go get -u github.com/jbenet/go-msgio
#- go vet ./...
script:
- go test ./... -v
cache:
directories:
- $GOPATH/src/gx
notifications:
email: false