summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2020-07-22 15:49:13 +0100
committerJoe Orton <jorton@redhat.com>2020-07-22 15:49:17 +0100
commitf093b091b7cf95a2cbe7f86dc948a8b9aff24e3e (patch)
tree046d8dc63287f7cac95345ad49b9f0100d663838
parent5ebdbe18f900e9cd50049629a6e3bd912e807b49 (diff)
downloadneon-git-f093b091b7cf95a2cbe7f86dc948a8b9aff24e3e.tar.gz
Log tag/branch in Travis jobs.
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 46c1319..7f65fe4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,4 +85,6 @@ matrix:
arch: s390x
env: CONF="--with-ssl=openssl"
+before_script: echo Travis: tag ${TRAVIS_TAG}, branch ${TRAVIS_BRANCH}
+
script: ./autogen.sh && ./configure --enable-warnings $CONF && make $MARGS