Skip to content

Commit e2ec7ea

Browse files
Run tests with the test script
1 parent 4ba6d60 commit e2ec7ea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ before_script:
4545
- composer validate
4646

4747
script:
48-
- behat --format progress --strict
48+
- ./bin/test.sh

bin/test.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
set -ex
4+
5+
# Run the functional tests
6+
BEHAT_TAGS=$(php utils/behat-tags.php)
7+
behat --format progress $BEHAT_TAGS --strict

0 commit comments

Comments
 (0)