1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-04 18:03:20 +03:00

Request gcc 4.8 on Travis

This commit is contained in:
Ivan Grokhotkov 2016-03-03 11:02:35 +03:00
parent 93fee9df3f
commit 1f97e000d0

View File

@ -3,8 +3,16 @@ language: bash
os:
- linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script:
- set -e
- export CXX="g++-4.8" CC="gcc-4.8"
- pushd $TRAVIS_BUILD_DIR/tests/host
- make
- popd