fix travis build fail

This commit is contained in:
eggman 2016-06-23 15:43:13 +09:00
parent 760fcb3b33
commit fd36d58051

View file

@ -12,7 +12,6 @@ matrix:
env: GCC_VER=4.9 env: GCC_VER=4.9
cache: cache:
apt: true
directories: directories:
- $HOME/.ccache - $HOME/.ccache
@ -24,6 +23,9 @@ addons:
- build-essential - build-essential
- ccache - ccache
- cmake - cmake
- gcc-4.9
- libc6-i836
- python-empy
before_install: before_install:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then