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 7822485 commit 9fd62ddCopy full SHA for 9fd62dd
.travis.yml
@@ -17,7 +17,7 @@ matrix:
17
- php: 7.3
18
19
before_script:
20
- - sudo pecl install krb5
+ - pecl install krb5
21
- composer require "simplesamlphp/simplesamlphp:${SIMPLESAMLPHP_VERSION}" --no-update
22
- composer update --no-interaction
23
- if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then composer require --dev vimeo/psalm; fi
0 commit comments