Skip to content

Commit

Permalink
[TRAVIS] Revert change in running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Nocon committed Sep 24, 2018
1 parent 3ddbdc5 commit b95dbba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ before_script:

# Execute test command, need to use sh to get right exit code (docker/compose/issues/3379)
# Behat will use behat.yml which is a copy of behat.yml.dist with hostnames update by doc/docker/selenium.yml
script:
- docker-compose exec --user www-data app sh -c "php /scripts/wait_for_db.php;"
- eval "$TEST_CMD"
script: docker-compose exec --user www-data app sh -c "php /scripts/wait_for_db.php; php $TEST_CMD"


after_failure:
Expand Down

0 comments on commit b95dbba

Please sign in to comment.