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

Commit

Permalink
Update ORCA implementation (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden authored and phenaproxima committed Jun 19, 2019
1 parent eb756bb commit ec2eb83
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 158 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
global:
- ORCA_SUT_NAME=acquia/lightning
- ORCA_SUT_BRANCH=8.x-4.x
- ORCA_VERSION=v1.0.0-alpha13
- ORCA_VERSION=v1.0.0-alpha16
- ORCA_PACKAGES_CONFIG_ALTER=../lightning/tests/packages_alter.yml
- ORCA_FIXTURE_PROFILE=lightning

Expand All @@ -40,6 +40,8 @@ matrix:
allow_failures:
- env: ORCA_JOB=INTEGRATED_DEV
- env: ORCA_JOB=CORE_NEXT
# Temporary allowances.
- env: ORCA_JOB=STATIC_CODE_ANALYSIS

before_install:
- git clone --branch ${ORCA_VERSION} --depth 1 https://github.com/acquia/orca.git ../orca
Expand Down
135 changes: 0 additions & 135 deletions RoboFile.php

This file was deleted.

3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
},
"classmap": [
"tests/features/bootstrap"
],
"files": [
"RoboFile.php"
]
},
"repositories": {
Expand Down
34 changes: 17 additions & 17 deletions composer.lock

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

3 changes: 1 addition & 2 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ projects[lightning_layout][type] = module
projects[lightning_layout][download][type] = git
projects[lightning_layout][download][url] = https://git.drupalcode.org/project/lightning_layout.git
projects[lightning_layout][download][branch] = 2.x
projects[lightning_layout][download][revision] = 6d8502500372b9bfaf3c8921c1c4a36fb2e01f27
projects[lightning_layout][download][revision] = 7c368498c6aea91661737f6360f593a990b8c18c
projects[lightning_media][type] = module
projects[lightning_media][version] = 3.8
projects[lightning_workflow][type] = module
Expand Down Expand Up @@ -83,7 +83,6 @@ projects[panelizer][type] = module
projects[panelizer][patch][] = https://www.drupal.org/files/issues/2018-08-13/panelizer-multilingual-2778565-38.patch
projects[panelizer][version] = 4.1
projects[panels][type] = module
projects[panels][patch][] = https://www.drupal.org/files/issues/2019-02-06/initial.patch
projects[panels][patch][] = https://www.drupal.org/files/issues/panels-ipe-2878684-3.patch
projects[panels][patch][] = https://www.drupal.org/files/issues/panels-ipe-propogate-errors-2825034-5.patch
projects[panels][version] = 4.3
Expand Down

0 comments on commit ec2eb83

Please sign in to comment.