Skip to content

Commit

Permalink
[test] coverity: only build with gcc and disable normal make test
Browse files Browse the repository at this point in the history
hopefully this allows it to run in time
  • Loading branch information
flixr authored and podhrmic committed Aug 10, 2016
1 parent 04535a8 commit 8262876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,7 +3,7 @@ dist: trusty
language: c
compiler:
- gcc
- clang
# - clang
before_install:
- sudo add-apt-repository ppa:paparazzi-uav/ppa -y
- sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa -y
Expand All @@ -12,7 +12,7 @@ install:
- sudo apt-get install -y paparazzi-dev paparazzi-jsbsim gcc-arm-embedded libipc-run-perl cmake
script:
- arm-none-eabi-gcc --version
- make test
# - make test

env:
global:
Expand Down

0 comments on commit 8262876

Please sign in to comment.