Travis update to Ubuntu 14.04 (Trusty Thar).
This commit is contained in:
parent
2463d5164e
commit
5b17de7424
|
@ -36,6 +36,8 @@ addons:
|
|||
# We use cpp for unit tests, and c for the main project.
|
||||
language: cpp
|
||||
compiler: clang
|
||||
dist: trusty
|
||||
|
||||
|
||||
before_install:
|
||||
- pip install --user cpp-coveralls
|
||||
|
@ -48,6 +50,7 @@ before_script:
|
|||
- tools/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc --version
|
||||
- clang --version
|
||||
- clang++ --version
|
||||
- gcc --version
|
||||
|
||||
script: ./.travis.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue