Skip to content

Commit

Permalink
Add composer install to travis script
Browse files Browse the repository at this point in the history
Actually no tests are executed on travis as travis does not run composer install anymore by default
  • Loading branch information
joelwurtz committed Feb 27, 2014
1 parent 40096a5 commit e7ca9f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.5

before_script:
- composer install

0 comments on commit e7ca9f3

Please sign in to comment.