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

Commit

Permalink
And now both versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
xendk committed Jan 31, 2014
1 parent 3850287 commit f40a06c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,15 @@ language: php
php:
- 5.3
env:
# - UNISH_DB_URL=mysql://root:@127.0.0.1 DRUSH_VERSION=5.10.0.0
- UNISH_DB_URL=mysql://root:@127.0.0.1 DRUSH_VERSION=5.10.0.0 PATCH="5.10.0...coverage-5.10.0"
- UNISH_DB_URL=mysql://root:@127.0.0.1 DRUSH_VERSION=6.2.0.0 PATCH="6.2.0...coverage-6.2.0"
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`
- echo $DRUSH_DIR
- cd $DRUSH_DIR
- pwd
- ls
- wget https://github.com/xendk/drush/compare/$PATCH.diff -O coverage.patch
- patch -p1 < coverage.patch
- phpenv rehash
Expand Down

0 comments on commit f40a06c

Please sign in to comment.