vikunja-api/vendor/github.com/toqueteos/webbrowser/.travis.yml

13 lines
105 B
YAML
Raw Normal View History

2018-10-28 17:24:10 +01:00
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- tip
script:
- go get -t ./...
- go test ./...