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

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