Skip to content

Commit

Permalink
Merge branch '1.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Jan 12, 2013
2 parents 7d3cf70 + 78b3680 commit 6c6e2cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -3,6 +3,10 @@ language: php
php:
- 5.3
- 5.4
- 5.5

before_script: composer install --dev
matrix:
allow_failures:
- php: 5.5

before_script: composer install --dev --prefer-source

0 comments on commit 6c6e2cf

Please sign in to comment.