Skip to content

Commit c01d256

Browse files
authored
Disable generate.sh debugging in CI
1 parent 19e7966 commit c01d256

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
@@ -34,19 +34,19 @@ install:
3434
php --ri sodium
3535
fi
3636
- "composer update --no-interaction"
37-
- "composer run-script post-install-cmd"
37+
- "composer run post-install-cmd"
3838

3939
before_script:
4040
- "cat ./source/wordpress/wp-includes/version.php"
4141

4242
script:
4343
# Generate stubs
44-
- "bash -x ./generate.sh"
44+
- "./generate.sh"
4545
# Check stubs syntax
4646
- "php -l wordpress-stubs.php"
4747
# Check stubs changes compared to repository
4848
- "git diff --exit-code"
4949
# Execute stubs
5050
- "php -f wordpress-stubs.php"
5151
# Analyse our code
52-
- "vendor/bin/phpstan"
52+
- "composer exec -- phpstan"

0 commit comments

Comments
 (0)