mirror of https://github.com/libAthena/athena.git
Remove LZO from .travis.yml
This commit is contained in:
parent
6a4726caae
commit
578f779f12
|
@ -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 liblzo2-dev
|
||||
- sudo apt-get install -qq g++-4.8
|
||||
- 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue