Skip to content

Commit

Permalink
Added more php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fridolin Koch committed Mar 3, 2016
1 parent 2912426 commit 04c52ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ language: php
php:
- 5.3
- 5.4

- 5.5
- 5.6
- 7.0

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

0 comments on commit 04c52ab

Please sign in to comment.