Skip to content

Commit

Permalink
Add composer install in travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Braulio committed Oct 24, 2016
1 parent 3324abd commit 831c195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix:

before_script:
- composer self-update
- composer update
- composer install

script:
- bin/phpunit --coverage-clover=coverage.clover
Expand Down

0 comments on commit 831c195

Please sign in to comment.