cling travis: Install coreutils; Trusty has no "timeout" apt package.

This commit is contained in:
Axel Naumann 2018-06-12 20:55:51 +02:00 committed by sftnight
parent 69f1fa243b
commit 58b6f65d2b

View File

@ -4,7 +4,7 @@ language: cpp
addons: &addons
apt:
packages: timeout
packages: coreutils
cache:
apt: true