From 27d3b4bfee3f1c0bd79bb98fe7ae14e89cc3ae6e Mon Sep 17 00:00:00 2001 From: Phillip Date: Tue, 7 Apr 2015 00:17:06 -0700 Subject: [PATCH] * Fix travis-ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d46ae3a..a64b494 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_install: - sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa - sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test - sudo apt-get update -qq - - sudo apt-get install -qq g++-4.8 + - sudo apt-get install -qq g++-4.8 liblzo2-dev - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 40 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8 - sudo update-alternatives --config gcc