]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Travis: list installed package versions before building
authorteor <teor@torproject.org>
Thu, 9 Aug 2018 12:16:28 +0000 (22:16 +1000)
committerteor <teor@torproject.org>
Thu, 9 Aug 2018 12:19:03 +0000 (22:19 +1000)
Part of 24629.

.travis.yml

index d822780cd33856071811703be07e14825c47e713..9671411b482997b2253c45e96f7449b592dfc644 100644 (file)
@@ -124,6 +124,10 @@ install:
   - if [[ "$COVERAGE_OPTIONS" != "" ]]; then pip install --user cpp-coveralls; fi
   ## If we're on OSX, and using asciidoc, install asciidoc
   - if [[ "$ASCIIDOC_OPTIONS" == "" ]] && [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install asciidoc; fi
+  ##
+  ## Finally, list installed package versions
+  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then dpkg-query --show; fi
+  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew list --versions; fi
 
 script:
   - ./autogen.sh