Skip to content

Commit

Permalink
Exclude require-dev packages from phars built by Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sstalle committed Jun 18, 2016
1 parent 0a33a50 commit 7a39c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -32,7 +32,7 @@ after_script:

before_deploy:
- "composer require kherge/box:~2.5"
- "composer update --prefer-lowest"
- "composer update --prefer-lowest --no-dev"
- "./vendor/bin/box build"

deploy:
Expand Down

0 comments on commit 7a39c33

Please sign in to comment.