diff options
author | Kevin Rocard <kevin.rocard@intel.com> | 2015-04-12 01:21:35 +0200 |
---|---|---|
committer | Eric Laurent <elaurent@google.com> | 2015-04-24 13:39:14 -0700 |
commit | 6a03dc688dc408268bd6ceeecbf8110712524ab3 (patch) | |
tree | 179d39f7a0e1ec84a1daa2401408a79b48aba674 | |
parent | c3b586e5282462ea43824841357781edcf8bdc91 (diff) | |
download | external_parameter-framework-6a03dc688dc408268bd6ceeecbf8110712524ab3.zip external_parameter-framework-6a03dc688dc408268bd6ceeecbf8110712524ab3.tar.gz external_parameter-framework-6a03dc688dc408268bd6ceeecbf8110712524ab3.tar.bz2 |
[Travis] Use gcov long options
Long option are more readable.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3777c8f..b42a71a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ after_success: --exclude "test/test-subsystem" --exclude "bindings/c/Test.cpp" --exclude "test/tokenizer" - --gcov-options '\-lp' + --gcov-options '\--long-file-names --preserve-paths' notifications: email: |