diff --git a/travis/commands.sh b/travis/commands.sh index e90d52f..b77fa0d 100755 --- a/travis/commands.sh +++ b/travis/commands.sh @@ -76,8 +76,6 @@ setup-phpunit() { # Set up for the codesniff pass. setup-codesniff() { - setup-composer - # Install JSHint. if ! command -v jshint >/dev/null 2>&1; then npm install -g jshint