Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Install dependencies, now they're not included.
Browse files Browse the repository at this point in the history
  • Loading branch information
xendk committed Apr 22, 2014
1 parent 2fe8a3d commit b53e9bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ install:
- cd $DRUSH_DIR
- phpenv rehash
- cd -
# Install dependencies.
- composer install --prefer-source
- if ( test ! -z $COVERAGE ); then mkdir cov; fi
- if ( test ! -z $COVERAGE ); then export COVERAGE=--coverage-clover=`pwd`/cov/clover.xml; fi
matrix:
Expand Down

0 comments on commit b53e9bc

Please sign in to comment.