Skip to content

Commit

Permalink
Travis: don't install composer deps for codesniff pass
Browse files Browse the repository at this point in the history
This really isn’t needed any longer after #23. If a project still needs
it for some reason, they can still call `setup-composer` in
`.ci-env.sh`.
  • Loading branch information
JDGrimes committed Feb 19, 2015
1 parent 1ce8f03 commit 5e7206b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions travis/commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e7206b

Please sign in to comment.