summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-06-20 07:36:51 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-06-20 07:36:51 +0200
commit7cd0f0b7a1811be344936ea3f2a7a7a86f3de442 (patch)
tree0f0238ed1b940ea8c9c04e511f4a6ff440ddb782
parent2648e5e3074d2b85832b4f440f4956264bdc33b7 (diff)
downloadcurl-bagder/travis-distcheck-out-of-tree.tar.gz
travis: remove the 'v' from tar extraction to shorten logbagder/travis-distcheck-out-of-tree
-rw-r--r--.travis.yml4
1 files 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: