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 f9c71bf commit e01aff0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +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
- "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
4 changes: 0 additions & 4 deletions tests/Console.suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@ modules:
- Cli
- Filesystem
- \Helper\Console
- \Testify\Module\Environment
- \Testify\Helper\ZedBootstrap:
depends: \Testify\Helper\BundleConfig
- \Testify\Helper\Dependency

0 comments on commit e01aff0

Please sign in to comment.