Skip to content

Commit

Permalink
Include travis for PHP 7.1 and nightlies
Browse files Browse the repository at this point in the history
Include travis for PHP 7.1 and nightlies
  • Loading branch information
markitosgv authored May 11, 2017
1 parent 6513778 commit 0b4f030
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ language: php
php:
- 5.6
- 7.0
- 7.1
- nightly
- hhvm

matrix:
allow_failures:
- php: nightly

before_script:
- composer install

Expand Down

0 comments on commit 0b4f030

Please sign in to comment.