mirror of
https://github.com/libAthena/athena.git
synced 2025-07-14 00:55:52 +00:00
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-sdk-team/ppa
|
||||||
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
|
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
|
||||||
- sudo apt-get update -qq
|
- 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 --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
|
- sudo update-alternatives --config gcc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user