blob: c59b9dd116d8b8183066e663d3d8537fc5bacd0d [file] [log] [blame]
Matthias Andreas Benkard832a54e2019-01-29 09:27:38 +01001sudo: false
2
3language: go
4
5go:
6- "1.10"
7
8script:
9 - make
10 - make test-unit