1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Add ubuntu-toolchain to travis. Latest GCC supported version is 4.9.

This commit is contained in:
Gunther Brunner 2015-10-02 15:22:47 +09:00
parent c873974bde
commit cefac1c62a

View file

@ -9,16 +9,18 @@ node_js:
- "0.10" - "0.10"
addons: addons:
apt: apt:
sources:
- ubuntu-toolchain-r-test
packages: packages:
- libzmq3-dev - libzmq3-dev
- libprotobuf-dev - libprotobuf-dev
- graphicsmagick - graphicsmagick
- rethinkdb - rethinkdb
- g++-5.2 - g++-4.9
- yasm - yasm
before_install: before_install:
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then export CXX=g++-5.2; fi - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then export CXX=g++-4.9; fi
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then brew install yasm; fi - if [ "${TRAVIS_OS_NAME}" == "osx" ]; then brew install yasm; fi
script: script:
- gulp build - gulp build
before_script: before_script: