Skip to content

Commit

Permalink
Fixes #513: Updating Console to dev-master. (#887)
Browse files Browse the repository at this point in the history
* Fixes #513: Updating Console to dev-master
  • Loading branch information
grasmash authored Jan 3, 2017
1 parent d0f60cb commit 03010ba
Show file tree
Hide file tree
Showing 7 changed files with 913 additions and 530 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ install:
# Install proper version of node for front end tasks.
- nvm install 4.4.1
- nvm use 4.4.1
# Initialize drupal console default configuration.
- drupal init
# Initialize xvfb (see https://docs.travis-ci.com/user/gui-and-headless-browsers)
- sudo apt-get install xvfb
- export DISPLAY=:99.0
Expand Down Expand Up @@ -83,10 +81,10 @@ script:
# BLT is the only dependency at this point. Install it.
- composer install -v
- export PATH=$TRAVIS_BUILD_DIR/../blt-project/vendor/bin:$PATH
# The local.hostname must be set to 127.0.0.1:8888 because we are using drush runserver to run the site on Travis CI.
- drupal yaml:update:value blt/project.yml project.local.hostname '127.0.0.1:8888'
# BLT added new dependencies for us, so we must update.
- composer update
# The local.hostname must be set to 127.0.0.1:8888 because we are using drush runserver to run the site on Travis CI.
- yaml-cli update:value blt/project.yml project.local.hostname '127.0.0.1:8888'
# Execute all updates with fake "dev" => "dev" version specs. This must be done manually since BLT was not installed prior to this.
- blt-console blt:update dev dev $(pwd) --yes
# Create a .travis.yml, just to make sure it works. It won't be executed.
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"require": {
"composer/installers": "^1.2.0",
"composer-plugin-api": "^1.0.0",
"dflydev/dot-access-data": "^1.0",
"dflydev/dot-access-data": "dev-master",
"drupal/coder": "^8.2.8",
"drupal/console": "1.0.0-beta5",
"drupal/console": "^1.0.0-rc13",
"phing/phing": "^2.15.0",
"php": ">=5.6",
"phpunit/phpunit": "^5.5.4",
Expand All @@ -28,7 +28,8 @@
"asm89/twig-lint": "^1.0.2",
"doctrine/common": "^2.5",
"vierbergenlars/php-semver": "^3.0",
"grasmash/drupal-security-warning": "^1.0.0"
"grasmash/drupal-security-warning": "^1.0.0",
"grasmash/yaml-cli": "^0.2.2"
},
"autoload": {
"psr-4": {
Expand All @@ -49,6 +50,6 @@
"suggest": {
"hirak/prestissimo": "^0.3"
},
"minimum-stability": "beta",
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit 03010ba

Please sign in to comment.