Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.

Commit

Permalink
Fix .gz decompression
Browse files Browse the repository at this point in the history
  • Loading branch information
Taras Kushnir authored and Taras Kushnir committed Feb 15, 2019
1 parent 55259c5 commit 8ecaf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,7 @@ addons:

before_script:
- git submodule update --init --recursive
- for f in ./data/*.gz; do gzip -c "${f}" > ./data/$(basename "${f}" .gz); done
- for f in ./data/*.gz; do gzip -cdv "${f}" > ./data/$(basename "${f}" .gz); done

script:
- mkdir build && cd build
Expand Down

0 comments on commit 8ecaf5b

Please sign in to comment.