We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f7540 commit 92fac8eCopy full SHA for 92fac8e
1 file changed
.travis.yml
@@ -9,6 +9,6 @@ before_script:
9
- mkdir -p build/logs
10
- composer update --prefer-dist --prefer-lowest --prefer-stable
11
script:
12
- - vandor/bin/phpunit
+ - vendor/bin/phpunit
13
after_success:
14
- travis_retry php vendor/bin/coveralls
0 commit comments