gophernotes/.travis.yml

22 lines
262 B
YAML
Raw Permalink Normal View History

2017-09-20 17:51:49 +02:00
language: go
go:
2020-02-27 09:26:18 +01:00
- 1.14.x
- 1.13.x
- 1.12.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 build-essential python3-pip
2017-09-20 17:51:49 +02:00
script:
- go test -v ./...
- go test -race -v ./...