Skip to content

Commit

Permalink
Fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Mar 15, 2018
1 parent 41a4d26 commit 0861c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,7 @@ before_script:

script:
- vendor/bin/phpunit --coverage-clover=clover.xml
- if [[ ${TRAVIS_PHP_VERSION:0:3} != "5.6" ]]; then ./infection.phar --threads=4 --min-msi=100
- if [[ ${TRAVIS_PHP_VERSION:0:3} != "5.6" ]]; then ./infection.phar --threads=4 --min-msi=100; fi

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 0861c57

Please sign in to comment.