Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
[Upg] travis ci php 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJuliuss committed Jul 1, 2014
1 parent af3e33a commit 2b4b052
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
Expand Up @@ -4,9 +4,10 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev

script: phpunit
script: phpunit

0 comments on commit 2b4b052

Please sign in to comment.