aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2018-12-14 12:49:32 +0100
committerAnders Broman <a.broman58@gmail.com>2018-12-14 14:11:25 +0000
commit3ee5747481899093f7bbbb1b69115aa05a069f19 (patch)
tree5ba74283afbcb86091b7f154180e4830e4d9a99c /.travis.yml
parenta33d4ccb06c88c412af6b3316a0e43b3435d0689 (diff)
travis,appveyor: display tshark --version output
This reveals the actual build configuration. Change-Id: Ie49cea4a07faaa1b942ff6a973b03893f36ca16f Reviewed-on: https://code.wireshark.org/review/31043 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9a061817d6..6751cf3cce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -72,3 +72,5 @@ script:
- ninja
- ninja test-programs
- pytest -nauto -ra -v ../test
+after_script:
+ - if [ -f run/tshark ]; then run/tshark --version; fi