Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Auris committed Sep 23, 2016
1 parent 093c346 commit 05736e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install:
- chmod -R a+x deploy/travis/
- composer self-update && composer --version
- composer install --no-interaction
- if [[ $TEST_GROUP == 'acceptance' ]]; then deploy/travis/install_elasticsearch.sh; fi
- deploy/travis/install_elasticsearch.sh

before_script:
- mkdir -p shared/data/common/jenkins
Expand Down
8 changes: 1 addition & 7 deletions setup_test
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,7 @@ function backupTestingEnvData {
dropDevelopmentDatabase

labelText "Running setup:install"
$CONSOLE cache:delete-all $VERBOSITY
$CONSOLE setup:remove-generated-directory $VERBOSITY
$CONSOLE propel:install $VERBOSITY
$CONSOLE transfer:generate $VERBOSITY
$CONSOLE setup:init-db $VERBOSITY
$CONSOLE setup:generate-ide-auto-completion $VERBOSITY
$CONSOLE application:build-navigation-cache $VERBOSITY
$CONSOLE setup:install $VERBOSITY
writeErrorMessage "Setup install failed"

labelText "Running propel code generation/migrations"
Expand Down

0 comments on commit 05736e9

Please sign in to comment.