Skip to content

Commit

Permalink
Adding PHP 5.5 to testing and Composer installing before running the …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
Rican7 committed May 8, 2013
1 parent 5f0e3fd commit d41f22b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -2,5 +2,9 @@ language: php
php:
- 5.3
- 5.4
- 5.5

before_script:
- composer install

script: phpunit

0 comments on commit d41f22b

Please sign in to comment.