mirror of
https://github.com/mudler/luet.git
synced 2025-10-19 18:02:02 +00:00
15 lines
150 B
YAML
15 lines
150 B
YAML
language: go
|
|
|
|
before_install:
|
|
- go get github.com/stretchr/testify
|
|
|
|
go:
|
|
- 1.8
|
|
- 1.9
|
|
- '1.10'
|
|
- '1.11'
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|