8 - ubuntu-toolchain-r-test
12 - MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"
18 if [[ x"${MATRIX_EVAL}" != x"" ]]; then
23 if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
24 # Install OpenAL, VorbisFile, OpusFile, libsndfile, PhysicsFS,
25 # and DUMB dependencies for decoders and examples.
26 sudo apt-get install -qq \
38 if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
39 cmake --build . --parallel `nproc`
40 elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then