nyx/vendor/github.com/justinas/nosurf/.travis.yml

15 lines
107 B
YAML
Raw Normal View History

2020-04-18 10:09:55 +02:00
language: go
install:
- go get .
script:
- go test -v .
go:
- 1.1
- 1.2
- 1.3
- 1.4
- tip