Added libsystemd-dev package to travis build env.

This commit is contained in:
Per Abich 2020-02-25 10:55:38 +01:00
parent 3e20a86b1d
commit be9aeb48ac

View File

@ -3,4 +3,9 @@ language: go
go:
- "1.13"
- "1.12"
- stable
- stable
addons:
apt:
packages:
- libsystemd-dev