Skip to content

Commit

Permalink
creating subdirs.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Feb 7, 2017
1 parent 9040843 commit ee54b65
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ install:
- source ${BLT_DIR}/scripts/travis/setup_project

script:
- source ${BLT_DIR}/scripts/blt/ci/smoke_tests.sh
- source ${BLT_DIR}/scripts/blt/ci/create_blt_project.sh
- source ${BLT_DIR}/scripts/blt/ci/internal/smoke_tests.sh
- source ${BLT_DIR}/scripts/blt/ci/internal/create_blt_project.sh
- source ${BLT_DIR}/scripts/travis/run_tests
- source ${BLT_DIR}/scripts/blt/ci/doctor.sh
- source ${BLT_DIR}/scripts/blt/ci/internal/doctor.sh
- phpunit ${BLT_DIR}/tests/phpunit --group blt-project
# Deploy build artifact.
- blt deploy:build
- source ${BLT_DIR}/scripts/blt/ci/test_artifact.sh
- source ${BLT_DIR}/scripts/blt/ci/internal/test_artifact.sh

deploy:
- provider: script
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -ev

${COMPOSER_BIN}/phpunit ${BLT_DIR}/tests/phpunit --group blt-project

# Validate composer.json file.
composer validate --no-check-all --ansi

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/pipelines/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ev

export PATH=${COMPOSER_BIN}:${PATH}

source ${BLT_DIR}/scripts/blt/ci/run_tests.sh
source ${BLT_DIR}/scripts/blt/ci/shared/run_tests.sh
blt -Dbehat.run-server=true -Dcreate_alias=false -Dbehat.launch-selenium=false -Dbehat.launch-phantomjs=true -Dbehat.tags='~experimental' -Dblt.verbose=true ci:build:validate:test

set +v
2 changes: 1 addition & 1 deletion scripts/pipelines/setup_environment
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ev

source ${BLT_DIR}/scripts/blt/ci/setup_environment.sh
source ${BLT_DIR}/scripts/blt/ci/shared/setup_environment.sh

# Set git info.
git config --global user.name "Acquia Cloud"
Expand Down
2 changes: 1 addition & 1 deletion scripts/travis/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ev

source ${BLT_DIR}/scripts/blt/ci/run_tests.sh
source ${BLT_DIR}/scripts/blt/ci/shared/run_tests.sh

blt ci:build:validate:test -Dcreate_alias=false -Dbehat.run-server=true -Dblt.verbose=true

Expand Down
2 changes: 1 addition & 1 deletion scripts/travis/setup_environment
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ev

source ${BLT_DIR}/scripts/blt/ci/setup_environment.sh
source ${BLT_DIR}/scripts/blt/ci/shared/setup_environment.sh

# Disable xdebug.
phpenv config-rm xdebug.ini
Expand Down

0 comments on commit ee54b65

Please sign in to comment.