Skip to content

Commit

Permalink
Add missing --config to .travis.yml Refs #3 Refs #1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfausk committed Mar 29, 2020
1 parent 338dab1 commit 13cf163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install:

script:
- vendor/bin/phpunit -v --coverage-clover=coverage.clover
- vendor/bin/behat
- vendor/bin/behat --config=tests/Behat/behat.yml

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down

0 comments on commit 13cf163

Please sign in to comment.