diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2019-07-08 21:02:05 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-07-09 22:03:58 +0300 |
| commit | 435b3df6a91bbd43c30b3460c72f77dec29d0137 (patch) | |
| tree | 528e31357f6fbdd9cd969fa9d765e0fd919af573 | |
| parent | 4b1ab9679579889abd1a66de0737652c9faffbf1 (diff) | |
| download | meson-435b3df6a91bbd43c30b3460c72f77dec29d0137.tar.gz | |
Do not run unittests with unity builds because that is redundant.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7658fa03d..a969307e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ compiler: env: - MESON_ARGS="" - - MESON_ARGS="--unity=on" + - RUN_TESTS_ARGS="--no-unittests" MESON_ARGS="--unity=on" language: - cpp |
