Explorar o código

Travis: list installed package versions before building

Part of 24629.
teor %!s(int64=5) %!d(string=hai) anos
pai
achega
fa9a0cc1fe
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -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