Skip to content

Commit

Permalink
Added PHP 5.6 to travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
h4cc committed Mar 10, 2014
1 parent 8b328db commit c39578a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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 c39578a

Please sign in to comment.