1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
kube-arangodb/.travis.yml

17 lines
218 B
YAML
Raw Normal View History

2020-04-01 09:23:24 +00:00
language: go
go:
2022-01-04 15:27:25 +00:00
- "1.17"
2020-04-01 09:23:24 +00:00
go_import_path: github.com/arangodb/kube-arangodb
env:
- GO111MODULES=off
install:
- make init
script:
2021-05-07 14:13:15 +00:00
- make license-verify fmt-verify linter
2020-04-01 09:23:24 +00:00
- make run-unit-tests
- make bin