Travis update to Ubuntu 14.04 (Trusty Thar).

This commit is contained in:
Anders Hoglund 2017-05-16 11:22:51 +02:00
parent 2463d5164e
commit 5b17de7424
1 changed files with 3 additions and 0 deletions

View File

@ -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