From 986852db115f0cb08529d558dc324c322276b59f Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Wed, 27 Jan 2016 12:28:39 +0100 Subject: [PATCH] travis: do not install coreutils, it already is. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 64f43ff01..a14576f87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: before_install: - brew update 1>/dev/null - - brew install doxygen nasm yasm optipng imagemagick coreutils intltool ninja antlr + - brew install doxygen nasm yasm optipng imagemagick intltool ninja antlr - brew upgrade cmake - wget --no-check-certificate https://raw.githubusercontent.com/FFmpeg/gas-preprocessor/master/gas-preprocessor.pl - chmod +x gas-preprocessor.pl