Skip to content

Commit

Permalink
Merge pull request #77 from thephpleague/php-7-support
Browse files Browse the repository at this point in the history
Test against PHP 7.0 (nightly) but allow failures
  • Loading branch information
colinodell committed Feb 25, 2015
2 parents da5e220 + e34f5ca commit da85529
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
allow_failures:
- php: 7.0

sudo: false

install: travis_retry composer install --no-interaction --prefer-source
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
## [Unreleased][unreleased]
### Added
- All references can now be obtained from the `ReferenceMap` via `listReferences()` (#73)
- Test against PHP 7.0 (nightly) but allow failures

### Changed
- ListData::$start now defaults to null instead of 0 (#74)
Expand Down

0 comments on commit da85529

Please sign in to comment.