Skip to content

Commit 75caca5

Browse files
committed
WIP: Automatically build parallel-lint.phar: fixed composer
1 parent 665c010 commit 75caca5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ script:
3131
before_deploy:
3232
- curl -LSs https://box-project.github.io/box2/installer.php | php
3333
- composer install --no-interaction --prefer-source --no-dev
34-
- composer require jakub-onderka/php-console-highlighter 0.3
34+
- composer require jakub-onderka/php-console-highlighter 0.3 --update-no-dev
3535
- ./box.phar build
3636

3737
deploy:
@@ -40,6 +40,7 @@ deploy:
4040
secure: THl5cW0bAohVqLzCOYJEBA6/EsmWmq05pYsWGmOyl0uIyX/2aMCwldSjfOuoDoge2CDrJfBysaPBngJtimCF4oqBOVt46hDikluGH8atgFlBb+eZEcTZWpDwIN5o6za1y5RW2G0D4U9MYLP1wwM9SLwNblGTAgTokgFni9HfTNU=
4141
file: parallel-lint.phar
4242
overwrite: true
43+
skip_cleanup: true
4344
on:
4445
repo: JakubOnderka/PHP-Parallel-Lint
4546
php: 5.6

0 commit comments

Comments
 (0)