From f50bf6c3f3242313bbe7d76ff88a3e2e33ac86bc Mon Sep 17 00:00:00 2001 From: Lymphatus Date: Mon, 14 Nov 2016 10:40:09 +0100 Subject: [PATCH] No libtoolize in apt-get --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a2f976d..68f295a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ compiler: - clang before_install: - - sudo apt-get install libtool autoconf git nasm libtoolize + - sudo apt-get install libtool autoconf git nasm - chmod +x install.sh - ./install.sh