diff --git a/.travis.yml b/.travis.yml index 05ad96674..2d8927bb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,10 +32,10 @@ install: - sudo make install-libs before_script: - cd $TRAVIS_BUILD_DIR - - pwd + - ls -l - if [ "$ZM_BUILDMETHOD" = "autotools" ]; then libtoolize -v --force; fi - - if [ "$ZM_BUILDMETHOD" = "autotools" ]; then cat aclocal.m4; fi - if [ "$ZM_BUILDMETHOD" = "autotools" ]; then aclocal; fi + - if [ "$ZM_BUILDMETHOD" = "autotools" ]; then cat aclocal.m4; fi - if [ "$ZM_BUILDMETHOD" = "autotools" ]; then autoheader; fi - if [ "$ZM_BUILDMETHOD" = "autotools" ]; then automake --force-missing --add-missing; fi - if [ "$ZM_BUILDMETHOD" = "autotools" ]; then autoconf; fi