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

19 lines
172 B
YAML

language: go
go:
- 1.2.x
- 1.3.x
- 1.4.x
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- tip
install:
- go get -t ./...
script: go test -short -v ./...
sudo: false