Skip to content

Commit

Permalink
Merge pull request #13 from universityofadelaide/feature/remove-verbo…
Browse files Browse the repository at this point in the history
…sity-on-build

Remove dependency check on composer validate.
  • Loading branch information
singularo authored Sep 6, 2017
2 parents 3b7eaa1 + 5a07f53 commit 4a68a78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RoboFileBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ public function distributionBuild() {
*/
public function devComposerValidate() {
$this->taskComposerValidate()
->withDependencies()
->noCheckPublish()
->run()
->stopOnFail(TRUE);
Expand Down

0 comments on commit 4a68a78

Please sign in to comment.