Skip to content

Commit

Permalink
Upgrade to Psalm 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 17, 2019
1 parent 0687c12 commit a7062d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
before_script:
- pecl install krb5
- composer ${COMMAND}
- if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then composer require --dev vimeo/psalm:1.1.9; fi
- if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then composer require --dev vimeo/psalm; fi
- if [[ "$TRAVIS_PHP_VERSION" == "7.2" ]]; then composer require --dev php-coveralls/php-coveralls; fi

script:
Expand Down

0 comments on commit a7062d1

Please sign in to comment.