1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-15 17:51:03 +00:00
kube-arangodb/.travis.yml
2021-05-11 21:16:58 +02:00

17 lines
No EOL
218 B
YAML

language: go
go:
- "1.16"
go_import_path: github.com/arangodb/kube-arangodb
env:
- GO111MODULES=off
install:
- make init
script:
- make license-verify fmt-verify linter
- make run-unit-tests
- make bin