Skip to content

Commit

Permalink
Add PHP 7.0, 7.1 and 7.2 to travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzx committed Jun 9, 2018
1 parent 81db404 commit 12921f3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
language: php
php:
- 5.6
- 5.5
- 5.4
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm
matrix:
include:
- php: 5.3
dist: precise
install:
- composer install --prefer-source --no-interaction
script:
Expand Down

0 comments on commit 12921f3

Please sign in to comment.