diff --git a/.travis.yml b/.travis.yml index 70d2d70c..36fa9740 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,10 @@ matrix: include: - os: linux compiler: gcc - env: BUILD_TYPE=coverage + env: BUILD_TYPE=normal - os: linux compiler: gcc - env: BUILD_TYPE=normal + env: BUILD_TYPE=coverage - os: linux compiler: clang env: BUILD_TYPE=normal