We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665c010 commit 75caca5Copy full SHA for 75caca5
.travis.yml
@@ -31,7 +31,7 @@ script:
31
before_deploy:
32
- curl -LSs https://box-project.github.io/box2/installer.php | php
33
- composer install --no-interaction --prefer-source --no-dev
34
- - composer require jakub-onderka/php-console-highlighter 0.3
+ - composer require jakub-onderka/php-console-highlighter 0.3 --update-no-dev
35
- ./box.phar build
36
37
deploy:
@@ -40,6 +40,7 @@ deploy:
40
secure: THl5cW0bAohVqLzCOYJEBA6/EsmWmq05pYsWGmOyl0uIyX/2aMCwldSjfOuoDoge2CDrJfBysaPBngJtimCF4oqBOVt46hDikluGH8atgFlBb+eZEcTZWpDwIN5o6za1y5RW2G0D4U9MYLP1wwM9SLwNblGTAgTokgFni9HfTNU=
41
file: parallel-lint.phar
42
overwrite: true
43
+ skip_cleanup: true
44
on:
45
repo: JakubOnderka/PHP-Parallel-Lint
46
php: 5.6
0 commit comments