Fix travis build

This commit is contained in:
chrox
2015-03-31 22:38:59 +08:00
parent 92b9a568f2
commit 625b184b8e
2 changed files with 6 additions and 2 deletions

View File

@@ -10,7 +10,11 @@ env:
- EMULATE_READER=1 USE_NO_CCACHE=1
before_install:
- sudo apt-get update
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
- sudo apt-get install -qq g++-4.8
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50
install:
# nasm for building libpng

2
base

Submodule base updated: dd4d31c222...9d9e129733