summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2020-07-22 15:50:36 +0100
committerJoe Orton <jorton@redhat.com>2020-07-22 15:50:36 +0100
commit9ba1d278b884e3d09c8ef10aa700de21be332557 (patch)
treed0d4923e6366b75c6645865bd3655b34fc226a08
parentf093b091b7cf95a2cbe7f86dc948a8b9aff24e3e (diff)
downloadneon-git-9ba1d278b884e3d09c8ef10aa700de21be332557.tar.gz
Fix syntax.
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
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