Skip to content

Commit

Permalink
maybe this will fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
luser committed Jun 22, 2017
1 parent b27756e commit c49fb82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ script:
before_deploy:
- strip target/$TARGET/release/tracetree
- cd target/$TARGET/release/ && tar czvf $TRAVIS_BUILD_DIR/tracetree-$TRAVIS_TAG-$TARGET.tar.gz tracetree
- ls -l $TRAVIS_BUILD_DIR/tracetree-$TRAVIS_TAG-$TARGET.tar.gz
- tar czvf tracetree-$TRAVIS_TAG-$TARGET.tar.gz -C target/$TARGET/release/ tracetree
- ls -l tracetree-$TRAVIS_TAG-$TARGET.tar.gz

env:
global:
Expand Down

0 comments on commit c49fb82

Please sign in to comment.