Skip to content

Commit

Permalink
Do not run unittests with unity builds because that is redundant.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed Jul 9, 2019
1 parent 4b1ab96 commit 435b3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ compiler:

env:
- MESON_ARGS=""
- MESON_ARGS="--unity=on"
- RUN_TESTS_ARGS="--no-unittests" MESON_ARGS="--unity=on"

language:
- cpp
Expand Down

0 comments on commit 435b3df

Please sign in to comment.