Konfi-Castle-Kasino/vendor/github.com/smartystreets/goconvey/.travis.yml

19 lines
172 B
YAML
Raw Normal View History

2017-07-12 22:46:08 +00:00
language: go
go:
2017-08-31 16:37:43 +00:00
- 1.2.x
- 1.3.x
- 1.4.x
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
2017-07-12 22:46:08 +00:00
- tip
install:
- go get -t ./...
script: go test -short -v ./...
sudo: false