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 a5040f6 commit 08b36bdCopy full SHA for 08b36bd
.travis.yml
@@ -37,7 +37,7 @@ script:
37
- ./test.sh
38
- PATH=$PATH:~/box/ make -C dist/ build-phar
39
- ./test.sh dist/defuse-crypto.phar
40
- - if [[ $USE_PSALM -eq 1 ]]; then composer require --dev "vimeo/psalm:dev-master"; fi
+ - if [[ $USE_PSALM -eq 1 ]]; then composer require --with-all-dependencies --dev "vimeo/psalm:dev-master"; fi
41
- if [[ $USE_PSALM -eq 1 ]]; then composer install; fi
42
- if [[ $USE_PSALM -eq 1 ]]; then vendor/bin/psalm; fi
43
0 commit comments