Skip to content

Commit 2520858

Browse files
committed
"NewCustomerCheckingOutCept" written.
1 parent f5237b3 commit 2520858

File tree

9 files changed

+524
-55
lines changed

9 files changed

+524
-55
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ script:
9191
# Execute unit tests with coverage if specified, otherwise without coverage
9292
- |
9393
if [ ! -z "$WP_VERSION" ]; then
94-
docker-compose run \
94+
docker-compose run --rm \
9595
-e SUITES='acceptance;functional;wpunit' \
9696
-e COVERAGE=${COVERAGE:-0} \
9797
-e DEBUG=${DEBUG:-0} \
98-
testing --rm testing --scale app=0
98+
testing --scale app=0
9999
fi
100100
- |
101101
if [ "$PHPCS" == "1" ]; then

0 commit comments

Comments
 (0)