Skip to content

Commit

Permalink
Install Composer for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Daigle committed Dec 2, 2015
1 parent c2f84b1 commit 59ed99f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -3,5 +3,8 @@ language: php
php:
- 5.3

before_script:
- curl -sS https://getcomposer.org/installer | php

script: make

0 comments on commit 59ed99f

Please sign in to comment.