Skip to content

Commit c718e07

Browse files
committed
updated travis config (typos)
1 parent 6c21b54 commit c718e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ script:
2222

2323
after_script:
2424
- travis_retry wget https://scrutinizer-ci.com/ocular.phar -O ocular.phar
25-
- travis_retry ocular.phar self-update
26-
- ocular --version
25+
- travis_retry php ocular.phar self-update
26+
- php ocular.phar --version
2727
- travis_retry php ocular.phar code-coverage:upload --format=php-clover ./build/logs/coverage.clover

0 commit comments

Comments
 (0)