vikunja-api/vendor/github.com/toqueteos/webbrowser/.travis.yml
2018-10-28 17:24:10 +01:00

12 lines
105 B
YAML

language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- tip
script:
- go get -t ./...
- go test ./...