From 9ba1d278b884e3d09c8ef10aa700de21be332557 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 22 Jul 2020 15:50:36 +0100 Subject: Fix syntax. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f65fe4..21742bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,6 +85,7 @@ matrix: arch: s390x env: CONF="--with-ssl=openssl" -before_script: echo Travis: tag ${TRAVIS_TAG}, branch ${TRAVIS_BRANCH} +before_script: + - echo Travis: tag ${TRAVIS_TAG}, branch ${TRAVIS_BRANCH} script: ./autogen.sh && ./configure --enable-warnings $CONF && make $MARGS -- cgit v1.2.1