Skip to content

Commit

Permalink
build with PHP nightly, but allow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Jun 28, 2016
1 parent 96a2342 commit 91d205c
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
Expand Up @@ -3,6 +3,11 @@ language: php
php:
- 5.6
- 7.0
- nightly

matrix:
allow_failures:
- php: nightly

before_script:
- "mkdir -p ~/.composer"
Expand Down

0 comments on commit 91d205c

Please sign in to comment.