summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2020-07-22 15:53:31 +0100
committerJoe Orton <jorton@redhat.com>2020-07-22 15:53:31 +0100
commitf3ea2e971c4d4c4896c2c98f64b271ef3f1fe76b (patch)
treed75a4e5132afcad0bcb5f8c6d8ea2b31b9b8cbee
parent9ba1d278b884e3d09c8ef10aa700de21be332557 (diff)
downloadneon-git-f3ea2e971c4d4c4896c2c98f64b271ef3f1fe76b.tar.gz
Remove broken before_script.
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 21742bc..46c1319 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,7 +85,4 @@ 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