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:
parent
93fee9df3f
commit
1f97e000d0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user