Skip to content

Commit

Permalink
Merge pull request #131 from l0gicgate/3.x-FixTravisConfig
Browse files Browse the repository at this point in the history
3.x - Fix Travis Config To Speed Up Builds
  • Loading branch information
l0gicgate authored Aug 20, 2019
2 parents 7aa52fc + 018bfd3 commit f460134
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ matrix:
- php: nightly

before_script:
- composer require php-coveralls/php-coveralls:^2.1.0
- if [[ "$ANALYSIS" == 'true' ]]; then composer require php-coveralls/php-coveralls:^2.1.0 ; fi
- composer install -n

script:
- if [[ "$ANALYSIS" != 'true' ]]; then vendor/bin/phpunit ; fi
- if [[ "$ANALYSIS" == 'true' ]]; then vendor/bin/phpunit --coverage-clover clover.xml ; fi

after_success:
Expand Down

0 comments on commit f460134

Please sign in to comment.