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

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Apr 12, 2017
1 parent ca6f579 commit 90ea007
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ before_script:
- cp config/Shared/ci/travis/config_ci.php config/Shared/config_default-devtest_DE.php
- cp config/Shared/ci/travis/params_test_env.sh deploy/setup/params_test_env.sh

- phantomjs --webdriver=4444 > /dev/null 2>$1
- if [[ $TEST_GROUP == 'acceptance' ]]; then config/Shared/ci/travis/acceptance_env.sh; fi
- if [[ $TEST_GROUP == 'acceptance' ]]; then ./setup_test -f; fi
- if [[ $TEST_GROUP == 'without-acceptance' ]]; then ./setup_test -b; fi
Expand Down
7 changes: 0 additions & 7 deletions codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,3 @@ coverage:
remote: true
c3_url: 'http://zed.de.project.local'
whitelist: { include: ['src/Pyz/*.php'] }

extensions:
enabled:
- Codeception\Extension\Phantoman
config:
Codeception\Extension\Phantoman:
suites: ['Acceptance', 'ZedPresentation']

0 comments on commit 90ea007

Please sign in to comment.