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
2022-01-04 16:27:25 +01:00

17 lines
No EOL
218 B
YAML

language: go
go:
- "1.17"
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