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

Commit

Permalink
Doh...
Browse files Browse the repository at this point in the history
  • Loading branch information
xendk committed Jan 30, 2014
1 parent 034caca commit 3850287
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
install:
- pear channel-discover pear.drush.org
- pear install drush/drush-$DRUSH_VERSION
- composer install --dev --no-interaction --prefer-source
- export README=`pear list-files drush/drush-$DRUSH_VERSION | grep drush.php | awk '{print $2}'`
- echo $README
- export DRUSH_DIR=`dirname $README`
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require-dev": {
"satooshi/php-coveralls": "dev-master"
}
}

0 comments on commit 3850287

Please sign in to comment.