summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-19 05:15:46 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-19 05:25:51 +0100
commite4cb1c9c16fac55d1c124ef62b7c2c71eb75d6ab (patch)
tree57e336157c592d7b77aedbabbeeef6236e3bb5e9 /.travis.yml
parenta79045dc0fbd00e42d7c8382192ae2e8f7dc12ae (diff)
downloadlibgphoto2-e4cb1c9c16fac55d1c124ef62b7c2c71eb75d6ab.tar.gz
travis-ci: Print --version for autoconf and automake
This can help while debugging build issues.
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 12853ce16..e319c889e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,8 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install $(sh .travis-translate-pkgs $EXTRALIBS); fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y $(sh .travis-translate-pkgs $EXTRALIBS); fi
+ - automake --version
+ - autoconf --version
compiler:
- clang