Skip to content

Commit

Permalink
test psalm on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 authored and pamil committed Jun 27, 2019
1 parent 2956c88 commit 3727c70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/travis/suites/application/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ commands=(
validate-yaml-files
validate-yarn-packages
test-phpstan
test-psalm
test-phpspec
test-phpunit
test-installer
Expand Down
6 changes: 6 additions & 0 deletions etc/travis/suites/application/script/test-psalm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/../../../../bash/common.lib.sh"

print_header "Testing (Psalm)" "Sylius"
run_command "vendor/bin/psalm --show-info=false"

0 comments on commit 3727c70

Please sign in to comment.