Skip to content

Commit 7c7dec0

Browse files
committed
Fix testing by installing 7z
provided by the `p7zip-full` package.
1 parent 33269e8 commit 7c7dec0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
addons:
2+
apt:
3+
packages:
4+
- p7zip-full
5+
16
script:
27
- ./test.sh

0 commit comments

Comments
 (0)