th5/.travis.yml

15 行
126 B
YAML

sudo: required
language: go
services:
- docker
go:
- 1.11.x
matrix:
fast_finish: true
script:
- go test -v -run=.