mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
17 lines
153 B
YAML
17 lines
153 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.x
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
script:
|
|
- env GO111MODULE=on make test
|
|
|
|
branches:
|
|
only:
|
|
- /.*/
|
|
|
|
notifications:
|
|
email: false |