From cfd2209e18e46038209f9f8cc35f6c07ab3b6f0e Mon Sep 17 00:00:00 2001 From: Loic Reyreaud Date: Mon, 26 Nov 2018 14:35:35 +0100 Subject: [PATCH] ci: fix ci Signed-off-by: Loic Reyreaud --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e11d2b5..e9d98dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ script: &test_script before_deploy: - make install - - tar -cvjf ../threadpool-${TRAVIS_TAG}.tar.bz2 threadpool-${TRAVIS_TAG} + - tar -cvjf ../threadpool-${TRAVIS_TAG}-all_arch.tar.bz2 threadpool-${TRAVIS_TAG} - cd .. - | if [ "$TRAVIS_OS_NAME" = "osx" ]; then