Skip to content

Commit

Permalink
Test more php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Feb 20, 2016
1 parent 84ae676 commit 55778f7
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
@@ -1,8 +1,11 @@
language: php
php:
- 5.5
- 5.4

- 5.3
- 5.4
- 5.5
- 5.6
- 7.0

before_script:
composer install

0 comments on commit 55778f7

Please sign in to comment.