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 19e7966 commit c01d256Copy full SHA for c01d256
.travis.yml
@@ -34,19 +34,19 @@ install:
34
php --ri sodium
35
fi
36
- "composer update --no-interaction"
37
- - "composer run-script post-install-cmd"
+ - "composer run post-install-cmd"
38
39
before_script:
40
- "cat ./source/wordpress/wp-includes/version.php"
41
42
script:
43
# Generate stubs
44
- - "bash -x ./generate.sh"
+ - "./generate.sh"
45
# Check stubs syntax
46
- "php -l wordpress-stubs.php"
47
# Check stubs changes compared to repository
48
- "git diff --exit-code"
49
# Execute stubs
50
- "php -f wordpress-stubs.php"
51
# Analyse our code
52
- - "vendor/bin/phpstan"
+ - "composer exec -- phpstan"
0 commit comments