ci: simplify go & add maintainer to java pom

Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
Alexander Bezzubov 2019-04-14 19:28:51 +02:00
parent cb765d1243
commit 453caf7d19
No known key found for this signature in database
GPG Key ID: 8039F5787EFCD05D
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,6 @@
dist: trusty
language: go
go_import_path: github.com/src-d/enry
go:
- '1.12.x'

View File

@ -14,6 +14,10 @@ developers += Developer("abeaumont",
"Alfredo Beaumont",
"alfredo@sourced.tech",
url("https://github.com/abeaumont"))
developers += Developer("bzz",
"Alexander Bezzubov",
"alex@sourced.tech",
url("https://github.com/bzz"))
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))
pomIncludeRepository := (_ => false)