Skip to content

Commit

Permalink
include composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed May 26, 2019
1 parent 6872c4f commit 216ab20
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -8,10 +8,13 @@ matrix:
- php: 5.6
env:
- EXECUTE_COVERAGE=true
- php: 7.1
- php: 7.2
allow_failures:
- php: hhvm


before_script:
- composer install

script:
- if [[ $EXECUTE_COVERAGE == 'true' ]]; then phpunit --configuration phpunit.xml --coverage-clover clover.xml; fi
- if [[ $EXECUTE_COVERAGE != 'true' ]]; then phpunit tests; fi
Expand Down

0 comments on commit 216ab20

Please sign in to comment.