Skip to content

Commit

Permalink
.composer directory
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 20, 2017
1 parent 538791d commit 70bd333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ before_script:
- composer install --prefer-source --no-interaction
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]]; then composer global require --dev phpstan/phpstan; fi
- composer dump-autoload -o
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]]; then ~/vendor/bin/phpstan analyse src/; fi
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]]; then ~/.composer/vendor/bin/phpstan analyse src/; fi

script:
- bin/kahlan --coverage=4 --reporter=verbose --clover=build/logs/clover.xml
Expand Down

0 comments on commit 70bd333

Please sign in to comment.