Skip to content

Commit

Permalink
Added the security:check to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Aug 16, 2015
1 parent 255369e commit 3c1ab1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -33,6 +33,7 @@ before_script:
- php app/check.php

script:
- php app/console security:check
- ./bin/behat --suite=installation -n -f progress
- ./bin/phpunit -c app

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -73,7 +73,8 @@
"phpunit/phpunit": "~4.4",
"johnkary/phpunit-speedtrap": "~1.0@dev",
"fzaninotto/faker": "~1.3",
"mockery/mockery": "0.9.*"
"mockery/mockery": "0.9.*",
"sensiolabs/security-checker": "~3.0"
},
"scripts": {
"post-root-package-install": [
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c1ab1a

Please sign in to comment.