Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
GitHub #192: Fix Composer branch-alias constraint in Drush make-conve…
Browse files Browse the repository at this point in the history
…rt command

Merging drush-ops/drush#2392.
  • Loading branch information
Adam authored Oct 26, 2016
1 parent bba2492 commit 3a413b2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 12 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ php:
- 5.6
env:
- VERSION=HEAD
- Version 8.x-1.11
- VERSION=8.x-1.11
- VERSION=8.x-1.10
- VERSION=8.x-1.06
- VERSION=8.x-1.05
Expand All @@ -26,10 +26,13 @@ env:
addons:
apt:
packages:
# Trusty does not include MySQL by defualt.
# Trusty does not include MySQL by default.
- mysql-server-5.6
- mysql-client-core-5.6
- mysql-client-5.6
# Dependencies for Chrome.
- libappindicator1
- fonts-liberation

before_install:
- phpenv config-rm xdebug.ini
Expand All @@ -39,6 +42,7 @@ before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3

# Download Chrome Driver
- LATEST_CHROMEDRIVER=$(wget -q -O - http://chromedriver.storage.googleapis.com/LATEST_RELEASE)
- wget http://chromedriver.storage.googleapis.com/$LATEST_CHROMEDRIVER/chromedriver_linux64.zip
Expand All @@ -47,7 +51,12 @@ before_install:
- mkdir -p $HOME/.composer/vendor/bin
- mv -f chromedriver $HOME/.composer/vendor/bin/
- rm chromedriver_linux64.zip
# Echo Chrome version

# Update Chrome.
- export CHROME_BIN=/usr/bin/google-chrome
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome-stable_current_amd64.deb
- rm google-chrome-stable_current_amd64.deb
- google-chrome --version

install:
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
"Adding composer.json support to make-convert command":
"https://github.com/drush-ops/drush/commit/ce82b946d49b09cd33da5ca84feb24a6c35f8f8e.patch",
"The batch table may not exist by the time _drush_backend_batch_process() is called in 8.x-1.x":
"https://github.com/drush-ops/drush/commit/c389aebb7d3e26ff0f544684d8b3ec3528107e55.diff"
"https://github.com/drush-ops/drush/commit/c389aebb7d3e26ff0f544684d8b3ec3528107e55.diff",
"Fix composer branch-alias constraint":
"https://github.com/drush-ops/drush/commit/83436c8ea505223a1868dce130d4ca1b4e558711.diff"
},
"drupal/metatag": {
"2786795 - DrupalConsole integration breaks Drush":
Expand Down
21 changes: 13 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a413b2

Please sign in to comment.