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
2020-04-01 11:23:24 +02:00

18 lines
No EOL
222 B
YAML

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