1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-01-05 22:53:53 +02:00
go-jira/.travis.yml

18 lines
190 B
YAML
Raw Normal View History

2015-09-03 12:27:49 +02:00
language: go
sudo: false
go:
2016-03-27 14:27:39 +02:00
- 1.4
- 1.5
- 1.6
2016-10-03 13:34:19 +02:00
- 1.7
2017-02-28 11:06:36 +02:00
- 1.8
2017-08-31 15:56:29 +02:00
- 1.9
2015-09-03 12:27:49 +02:00
before_install:
- go get -t ./...
2015-09-03 12:27:49 +02:00
script:
- GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...