From 1e0b8bf0b3b3b4247fb21e9839af342ae879607c Mon Sep 17 00:00:00 2001 From: James Almer Date: Sat, 12 Sep 2015 03:23:45 -0300 Subject: travis: fix dependencies bc hasn't been needed since a982c5d74fbc7ff5bd2f2f73af61ae48e9b1bcc6 Signed-off-by: James Almer Signed-off-by: Luca Barbato --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6a9b62419b..2e9d301641 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ addons: apt: packages: - yasm - - bc + - diffutils compiler: - clang - gcc -- cgit v1.2.1