Skip to content

Commit 9fd62dd

Browse files
committed
Install pecl krb5
1 parent 7822485 commit 9fd62dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix:
1717
- php: 7.3
1818

1919
before_script:
20-
- sudo pecl install krb5
20+
- pecl install krb5
2121
- composer require "simplesamlphp/simplesamlphp:${SIMPLESAMLPHP_VERSION}" --no-update
2222
- composer update --no-interaction
2323
- if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then composer require --dev vimeo/psalm; fi

0 commit comments

Comments
 (0)