Skip to content

Commit

Permalink
Fixed build compression
Browse files Browse the repository at this point in the history
  • Loading branch information
calcinai committed Sep 30, 2016
1 parent a6ecd7e commit 05b60b5
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 @@ -7,11 +7,11 @@ php:
matrix:
allow_failures:
- php: hhvm
- php: 7
before_script:
- composer install
after_success:
- tar -cvzf phpi.tar.gz
- composer install --no-dev
- tar -cvzf phpi.tar.gz .
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 05b60b5

Please sign in to comment.