Skip to content

Commit

Permalink
[Travis] Add lint:container command to the CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Dec 11, 2019
1 parent c8ff7cc commit 3392592
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/travis/suites/application/script/validate-container
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 "Validating (DI Container)" "Sylius"
run_command "bin/console lint:container"

0 comments on commit 3392592

Please sign in to comment.