Skip to content

Commit

Permalink
Merge pull request #447 from defuse/paragonie-scott-patch-2
Browse files Browse the repository at this point in the history
Fix Psalm to unbreak other Pull Requests
  • Loading branch information
paragonie-scott authored Oct 17, 2019
2 parents ce87bf8 + 0057ffa commit 13fe6f8
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 @@ -35,7 +35,7 @@ script:
- ./test.sh
- PATH=$PATH:~/box/ make -C dist/ build-phar
- ./test.sh dist/defuse-crypto.phar
- if [[ $USE_PSALM -eq 1 ]]; then composer require --dev "vimeo/psalm:dev-master"; fi
- if [[ $USE_PSALM -eq 1 ]]; then composer require --dev "vimeo/psalm:^1|^2|^3"; fi
- if [[ $USE_PSALM -eq 1 ]]; then composer install; fi
- if [[ $USE_PSALM -eq 1 ]]; then vendor/bin/psalm; fi

Expand Down

0 comments on commit 13fe6f8

Please sign in to comment.