Skip to content

Commit

Permalink
Making travis get composer deps before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yeriomin committed Dec 9, 2014
1 parent cb89264 commit e1defe5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ php:
- 5.5
- 5.6
- hhvm

install:
- composer update

0 comments on commit e1defe5

Please sign in to comment.