Skip to content

Commit 2765c3b

Browse files
committed
Update .travis.yml
1 parent 8baef02 commit 2765c3b

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
@@ -20,7 +20,7 @@ before_script:
2020
- pecl install krb5
2121
- composer require "simplesamlphp/simplesamlphp:${SIMPLESAMLPHP_VERSION}" --no-update
2222
- composer update --no-interaction
23-
- if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then composer require --dev vimeo/psalm; fi
23+
- if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then composer require --dev vimeo/psalm:1.1.9; fi
2424

2525
script:
2626
- bin/check-syntax.sh

0 commit comments

Comments
 (0)