Skip to content

Commit

Permalink
Merge pull request #59 from sasezaki/patch-1
Browse files Browse the repository at this point in the history
add PHP 5.5, 5.6 to .travis.yml
  • Loading branch information
Jurian Sluiman committed Nov 7, 2014
2 parents ab07512 + 4ff5ce9 commit 87e605f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6

before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install

script: phpunit --configuration tests/phpunit.xml
script: phpunit --configuration tests/phpunit.xml

0 comments on commit 87e605f

Please sign in to comment.