From 7cd0f0b7a1811be344936ea3f2a7a7a86f3de442 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 20 Jun 2017 07:36:51 +0200 Subject: travis: remove the 'v' from tar extraction to shorten log --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 612d0f8bc..a7f5fd074 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,9 +85,9 @@ script: ./configure make ./maketgz 99.98.97 - (tar xvf curl-99.98.97.tar.gz && cd curl-99.98.97 && ./configure && make && make TFLAGS=1 test) + (tar xf curl-99.98.97.tar.gz && cd curl-99.98.97 && ./configure && make && make TFLAGS=1 test) rm -rf curl-99.98.97 - (tar xvf curl-99.98.97.tar.gz && mkdir build && cd build && ../curl-99.98.97/configure && make && make TFLAGS=1 test) + (tar xf curl-99.98.97.tar.gz && mkdir build && cd build && ../curl-99.98.97/configure && make && make TFLAGS=1 test) fi notifications: -- cgit v1.2.1