[TRAVIS] Compile using the default compiler version 4.8.

This commit is contained in:
Matthieu Gautier 2018-06-15 08:47:10 +02:00
parent 3a00c4d671
commit 6ef2d5ff4b
1 changed files with 0 additions and 7 deletions

View File

@ -3,14 +3,10 @@ dist: trusty
sudo: false
cache: ccache
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then eval "${MATRIX_EVAL}"; fi
- PATH=$PATH:$HOME/bin
- ${CXX} --version
install: travis/install_deps.sh
script: travis/compile.sh
env:
global:
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
matrix:
- PLATFORM="native_static"
- PLATFORM="native_dyn"
@ -20,10 +16,7 @@ env:
- PLATFORM="android_arm64"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
- cmake
- python3-pip
- libbz2-dev