Skip to content

Commit cc553d9

Browse files
committed
fix: disabled deb artifact in travis
1 parent ed6271c commit cc553d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ script:
2828

2929
before_deploy:
3030
- make build
31-
- git add -f build/phpmetrics.deb build/phpmetrics.phar
31+
- git add -f build/phpmetrics.phar # build/phpmetrics.deb
3232

3333
deploy:
3434
- provider: releases

0 commit comments

Comments
 (0)