Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 5.5
- 5.6
- 7
# - 7.0 # Mac OS X, ignore errors, see below
- hhvm # ignore errors, see below

# lock distro so new future defaults will not break the build
Expand All @@ -23,6 +24,7 @@ matrix:
- PACKAGE: php70
allow_failures:
- php: hhvm
- os: osx

sudo: false

Expand Down