Skip to content

Commit

Permalink
Install 7zip on TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed May 4, 2016
1 parent b818a11 commit 1d7ad20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
sudo: false
sudo: true

language: php

Expand All @@ -14,6 +14,8 @@ php:
- hhvm

before_script:
- sudo apt-get -qq update
- sudo apt-get install -y p7zip-full
- mv -f -v composer-travis-ci.json composer.json
- composer self-update
- travis_retry composer install --no-interaction
Expand Down

0 comments on commit 1d7ad20

Please sign in to comment.