Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed Jan 3, 2018
2 parents e7ce663 + 7f31a28 commit d70e03c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_script:
- composer install --prefer-source --no-interaction

install:
- composer require satooshi/php-coveralls
- composer require php-coveralls/php-coveralls
- composer require jakub-onderka/php-parallel-lint
- if [ $(phpenv version-name) = "7.0" ]; then composer require bmitch/churn-php; fi

Expand All @@ -20,4 +20,4 @@ script:
- if [ $(phpenv version-name) = "7.0" ]; then vendor/bin/churn run src; fi

after_success:
- travis_retry php vendor/bin/coveralls -v
- travis_retry php vendor/bin/php-coveralls -v

0 comments on commit d70e03c

Please sign in to comment.