Skip to content

Commit

Permalink
travis/CI
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Jul 13, 2019
1 parent ee3b946 commit 32ad4e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/_etc/bundle_configuration
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/usr/bin/env bash

export DACHCOM_BUNDLE_HOME=$TRAVIS_BUILD_DIR
export DACHCOM_BUNDLE_NAME="SearchBundle"
export DACHCOM_BUNDLE_REPO_NAME="search"
export DACHCOM_BUNDLE_NAME="DsLuceneBundle"
export DACHCOM_BUNDLE_REPO_NAME="dynamic-search-index-provider-lucene"
export DACHCOM_BUNDLE_COMMIT=$TRAVIS_COMMIT
export DACHCOM_BUNDLE_BRANCH=$TRAVIS_BRANCH

export DACHCOM_BUNDLE_CLASS='SearchBundle\SearchBundle'
export DACHCOM_BUNDLE_INSTALLER_CLASS='SearchBundle\Tool\Install'
export DACHCOM_BUNDLE_CLASS='DsLuceneBundle\DsLuceneBundle'
export DACHCOM_BUNDLE_INSTALLER_CLASS=false

declare -A DACHCOM_INSTALL_CONFIG_FILES=(
# system files
Expand Down

0 comments on commit 32ad4e6

Please sign in to comment.