Skip to content
Snippets Groups Projects
Unverified Commit d79ae502 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Use a specific version of psalm.

parent 0621db8a
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ matrix: ...@@ -11,7 +11,7 @@ matrix:
- php: hhvm - php: hhvm
before_script: before_script:
- composer update - composer update
- if [[ "$TRAVIS_PHP_VERSION" == "7.0" ]]; then composer require --dev vimeo/psalm; fi - if [[ "$TRAVIS_PHP_VERSION" == "7.0" ]]; then composer require --dev vimeo/psalm:0.3.72; fi
- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then composer require --dev php-coveralls/php-coveralls; fi - if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then composer require --dev php-coveralls/php-coveralls; fi
script: script:
- bin/check-syntax.sh - bin/check-syntax.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment