Skip to content

Commit 58dfa61

Browse files
Use a bin test script
1 parent 67e5cfa commit 58dfa61

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.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)