Skip to content

Commit

Permalink
.travis.yml: switch to Composer-based Drush due to drush-ops/drush#2090
Browse files Browse the repository at this point in the history
  • Loading branch information
AronNovak committed Apr 18, 2017
1 parent bdb9a6c commit e393850
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ before_script:
- cd ../..

# Install Drush
- mkdir ~/.bin
- wget https://github.com/drush-ops/drush/releases/download/8.1.10/drush.phar -O ~/.bin/drush
- chmod +x ~/.bin/drush
- export PATH=$PATH:~/.bin
- composer global require drush/drush
- export PATH=$PATH:~/.composer/vendor/bin

# Install php packages required for running Drupal
- sudo apt-get update > /dev/null
Expand Down

0 comments on commit e393850

Please sign in to comment.