Skip to content

Commit

Permalink
Run tests with the test script
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Apr 18, 2017
1 parent 4ba6d60 commit e2ec7ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ before_script:
- composer validate

script:
- behat --format progress --strict
- ./bin/test.sh
7 changes: 7 additions & 0 deletions bin/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set -ex

# Run the functional tests
BEHAT_TAGS=$(php utils/behat-tags.php)
behat --format progress $BEHAT_TAGS --strict

0 comments on commit e2ec7ea

Please sign in to comment.