Skip to content

Commit 3eb2637

Browse files
committed
Removed deploy Travis CI stage
1 parent 59dd949 commit 3eb2637

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.travis.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,3 @@ script:
2727
- ./parallel-lint --exclude vendor --exclude tests/examples --no-colors .
2828
- ./parallel-lint --exclude vendor --exclude tests/examples .
2929
- ./vendor/bin/phpcs --standard=phpcs-ruleset.xml -s src
30-
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 --update-no-dev
35-
- ./box.phar build
36-
37-
deploy:
38-
provider: releases
39-
api_key:
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
47-
tags: true

0 commit comments

Comments
 (0)