Skip to content

Commit

Permalink
Merge pull request #54 from h4cc/patch-1
Browse files Browse the repository at this point in the history
Added PHP 5.6 to travis.
  • Loading branch information
ircmaxell committed Mar 10, 2014
2 parents 8b328db + c39578a commit 7642ced
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,6 +1,7 @@
language: php

php:
- 5.6
- 5.5
- 5.4
- 5.3
Expand All @@ -9,4 +10,4 @@ php:
before_script:
- composer install --dev

script: vendor/bin/phpunit --configuration phpunit.xml.dist
script: vendor/bin/phpunit --configuration phpunit.xml.dist

0 comments on commit 7642ced

Please sign in to comment.