Skip to content

Commit

Permalink
fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 15, 2016
1 parent 32c32d8 commit f434ae4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
checks:
php:
code_rating: true
duplication: true
tools:
php_code_coverage:
enabled: true
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ matrix:
cache:
directories:
- $HOME/.composer/cache
before_install:
- 'composer self-update'
sudo: false
install:
- 'wget http://hiqdev.com/hidev/hidev.phar && chmod a+x hidev.phar'
- 'travis_retry composer global require "fabpot/php-cs-fixer:*" "phpunit/phpunit-skeleton-generator:*" "phpunit/phpunit:^4.8"'
- 'travis_retry composer install --no-interaction'
- './hidev.phar travis/install'
script:
Expand Down

0 comments on commit f434ae4

Please sign in to comment.