Skip to content

Commit

Permalink
Merge pull request #719 from duncan3dc/php-nightly
Browse files Browse the repository at this point in the history
Start testing on php nightly, but ignore any failures
  • Loading branch information
davedevelopment committed Apr 7, 2017
2 parents ad5bbff + 97abdd7 commit fdfb1aa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language: php
matrix:
allow_failures:
- php: hhvm
- php: hhvm-nightly
- php: nightly
fast_finish: true
include:
- php: 5.6
Expand All @@ -26,6 +26,12 @@ matrix:
- php: 7.1
env:
- DEPS=latest
- php: nightly
env:
- DEPS=lowest
- php: nightly
env:
- DEPS=latest
- php: hhvm
env:
- DEPS=lowest
Expand Down

0 comments on commit fdfb1aa

Please sign in to comment.