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 4ac3ba2 commit 7822485Copy full SHA for 7822485
.travis.yml
@@ -17,6 +17,7 @@ matrix:
17
- php: 7.3
18
19
before_script:
20
+ - sudo 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