Skip to content

Commit

Permalink
Remove composer install in travis, we don't use dependency and fix in…
Browse files Browse the repository at this point in the history
…dent
  • Loading branch information
kipit committed May 19, 2017
1 parent a306fba commit d330626
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ php:
- hhvm
- nightly

before_script:
- composer install

script: phpunit --coverage-text

matrix:
allow_failures:
- php: nightly
allow_failures:
- php: nightly

0 comments on commit d330626

Please sign in to comment.