Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Commit

Permalink
Add PHP nightly, but allow it to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Feb 21, 2016
1 parent 23327fe commit 0b235ae
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 @@ -9,6 +9,11 @@ php:
- 5.6
- 7.0
- hhvm
- nightly

matrix:
allow_failures:
- php: nightly

before_script:
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v6.3.0/setup' -O - | php
Expand Down

0 comments on commit 0b235ae

Please sign in to comment.