Skip to content

Commit

Permalink
Use the default phpspec formatter to cut down on noise.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadSikorra committed Feb 17, 2019
1 parent fed9ff4 commit 20ed2d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,5 +27,5 @@ before_script:
- sudo ./tests/resources/openldap/setup.sh

script:
- bin/phpspec run --format=pretty --no-interaction
- bin/phpspec run --no-interaction
- bin/phpunit
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -22,4 +22,4 @@ before_test:

test_script:
- cd C:\projects\freedsx-ldap
- bin\phpspec.bat run --format=pretty --no-interaction
- bin\phpspec.bat run --no-interaction
1 change: 1 addition & 0 deletions phpspec.yml
Expand Up @@ -2,3 +2,4 @@ suites:
default:
spec_path: tests/
src_path: src/
formatter.name: progress

0 comments on commit 20ed2d2

Please sign in to comment.