Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit f5398bf

Browse files
committed
fixed typo
1 parent 68a41f5 commit f5398bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,13 @@ before_script:
4949
composer run serve --timeout=0 > /dev/null 2>&1 &
5050
sleep 3;
5151
fi'
52-
- mkdir -p build/behat
5352

5453
script:
5554
- 'if [[ $COVERAGE = yes ]]; then
5655
./vendor/bin/phpunit --verbose --coverage-clover=build/logs/clover.xml --coverage-php=build/logs/clover.serialized;
5756
else
5857
./vendor/bin/phpunit --verbose;
59-
./vendor/bin/behat
58+
./vendor/bin/behat;
6059
fi'
6160

6261
after_failure:

0 commit comments

Comments
 (0)