Skip to content

Commit

Permalink
[INFRA] Moves the coverage test up to be executed first.
Browse files Browse the repository at this point in the history
  • Loading branch information
rrahn committed Jan 28, 2019
1 parent f0529b4 commit f11145f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ linux-gcc-8: &linux-gcc-8
# https://docs.travis-ci.com/user/languages/c/#gcc-on-linux
matrix:
include:
- << : *linux-gcc-7
env:
- BUILD=coverage
- BUILD_TYPE=Debug
- << : *linux-gcc-8
env:
- BUILD=unit
Expand Down Expand Up @@ -77,10 +81,6 @@ matrix:
- tar -C /tmp/ -zxvf /tmp/doxygen-download/${DOXYGEN_FOLDER}.linux.bin.tar.gz
- PATH=$PATH:/tmp/${DOXYGEN_FOLDER}/bin/
- doxygen --version
- << : *linux-gcc-7
env:
- BUILD=coverage
- BUILD_TYPE=Debug

install:
- ccache --version
Expand Down

0 comments on commit f11145f

Please sign in to comment.