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

Commit

Permalink
minor #110 Add PHP 7 on Travis (Soullivaneuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3-dev branch.

Discussion
----------

Add PHP 7 on Travis

Commits
-------

4d0196f Add PHP 7 on Travis
  • Loading branch information
stof committed Jul 30, 2015
2 parents 6c7e270 + 4d0196f commit 185e00d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -5,8 +5,13 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
allow_failures:
- php: 7.0

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

0 comments on commit 185e00d

Please sign in to comment.