Skip to content

Commit 4209280

Browse files
committed
Travis.yml CS fix
1 parent 616f6f7 commit 4209280

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ before_script:
99
- curl -s http://getcomposer.org/installer | php
1010
- php composer.phar --dev install
1111

12-
script: bin/phpspec r -v
12+
script:
13+
- bin/phpspec run -v -f pretty

0 commit comments

Comments
 (0)