gophernotes/.travis.yml

22 lines
285 B
YAML
Raw Normal View History

2017-09-20 17:51:49 +02:00
language: go
go:
- 1.13.x
- 1.12.x
2018-09-11 10:28:16 +02:00
- 1.11.x
2017-09-20 17:51:49 +02:00
- master
matrix:
fast_finish: true
allow_failures:
- go: master
sudo: true
before_install:
- sudo apt-get install pkg-config libzmq3-dev build-essential python3-pip
script:
- go test -v ./...
- go test -race -v ./...