Skip to content

Commit 3ef1cdf

Browse files
authored
Update .travis.yml
1 parent b18cfc0 commit 3ef1cdf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ install:
4040
- composer install
4141
- composer initialize # -- --ansi
4242

43-
script: true
43+
script:
44+
- composer require --no-scripts sensiolabs/security-checker && composer security:check -- --end-point=http://security.sensiolabs.org/check_lock --ansi
4445

4546
after_script:
4647
- ls --almost-all --color
@@ -102,6 +103,4 @@ after_script:
102103

103104
- $GOPATH/bin/ccat config/packages/doctrine.yaml
104105

105-
- composer require --no-scripts sensiolabs/security-checker
106-
- composer security:check -- --end-point=http://security.sensiolabs.org/check_lock --ansi
107106
- $GOPATH/bin/ccat composer.json

0 commit comments

Comments
 (0)