ipld-eth-server/vendor/github.com/rjeczalik/notify/.travis.yml
Rob Mulholand 560305f601 Update dependencies
- uses newer version of go-ethereum required for go1.11
2018-09-13 16:14:35 -05:00

32 lines
411 B
YAML

language: go
go:
- 1.10.x
- tip
os:
- linux
- osx
matrix:
include:
- os: osx
go: 1.7.5
env:
- GOFLAGS="-tags kqueue"
allow_failures:
- go: tip
env:
global:
- GOBIN=$HOME/bin
- PATH=$HOME/bin:$PATH
install:
- go get -t -v ./...
script:
- "(go version | grep -q 1.4) || go tool vet -all ."
- go install $GOFLAGS ./...
- go test -v -timeout 60s -race $GOFLAGS ./...