mirror of
https://git.keinpfusch.net/loweel/zorg
synced 2025-01-12 14:03:47 +01:00
15 lines
141 B
YAML
15 lines
141 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.3
|
|
- 1.4
|
|
|
|
install:
|
|
- go get github.com/andybalholm/cascadia
|
|
|
|
script:
|
|
- go test -v
|
|
|
|
notifications:
|
|
email: false
|