language: go
go:
- tip
go_import_path: go.mozilla.org/sops/
before_intall:
- go get -t -v ./...
script:
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)