0
0
mirror of https://github.com/rls-moe/nyx synced 2024-09-28 16:03:47 +02:00
nyx/vendor/github.com/justinas/nosurf/.travis.yml
2020-04-19 10:43:19 +02:00

15 lines
107 B
YAML

language: go
install:
- go get .
script:
- go test -v .
go:
- 1.1
- 1.2
- 1.3
- 1.4
- tip