Skip to content

Commit

Permalink
Add PHP 7.0 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Nov 26, 2015
1 parent 31e59f0 commit c053c96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
language: php

php:
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3

matrix:
allow_failures:
- php: 7.0

before_script:
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-dist install

0 comments on commit c053c96

Please sign in to comment.