From b775762f6a38627657ea84f63e514b08e78ace33 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 6 Sep 2015 00:23:05 -0700 Subject: [PATCH] travis: doesn't like gcc-4.8, try just gcc --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9717e29e..c0bd914f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: before_install: - sudo apt-get update -qq - - sudo apt-get install -y ghostscript tesseract-ocr tesseract-ocr-deu tesseract-ocr-eng tesseract-ocr-fra qpdf poppler-utils gcc-4.8 libavformat-dev libavcodec-dev libavutil-dev autoconf automake make pkg-config xsltproc + - sudo apt-get install -y ghostscript tesseract-ocr tesseract-ocr-deu tesseract-ocr-eng tesseract-ocr-fra qpdf poppler-utils gcc libavformat-dev libavcodec-dev libavutil-dev autoconf automake make pkg-config xsltproc # before_script: # - wget -q https://github.com/Flameeyes/unpaper/archive/unpaper-6.1.tar.gz