Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Reyreaud <loic.reyreaud@epita.fr>
  • Loading branch information
Loic Reyreaud committed Nov 26, 2018
1 parent 2fa3479 commit cfd2209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit cfd2209

Please sign in to comment.