Skip to content
This repository was archived by the owner on Nov 29, 2020. It is now read-only.

Commit 5ea4588

Browse files
committed
CI: build phpstan master
1 parent 55d1d69 commit 5ea4588

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ cache:
88

99
env:
1010
matrix:
11-
- BRANCH=fp-normalize-phar-path LEVEL=6 EXT="--no-extensions"
12-
- BRANCH=0.6.4-fixed LEVEL=5 EXT=""
11+
- BRANCH=master LEVEL=6 EXT="--no-extensions" REPOSITORY="https://github.com/phpstan/phpstan.git"
12+
- BRANCH=0.6.4-fixed LEVEL=5 EXT="" REPOSITORY="https://github.com/fprochazka/phpstan.git"
1313

1414
php:
1515
- 7.1
@@ -18,5 +18,5 @@ install:
1818
- travis_retry composer install --no-interaction --prefer-dist
1919

2020
script:
21-
- php -dphar.readonly=0 bin/compile -v --repository "https://github.com/fprochazka/phpstan.git" $EXT $BRANCH
21+
- php -dphar.readonly=0 bin/compile -v --repository $REPOSITORY $EXT $BRANCH
2222
- php -dmemory_limit=2G ./tmp/phpstan-$BRANCH.phar analyse -l $LEVEL src

0 commit comments

Comments
 (0)