Skip to content

Commit

Permalink
Add build for nightly php version
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Feb 18, 2018
1 parent 2e08090 commit 2ba17a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ php:
- 7.0
- 7.1
- 7.2
- nightly

env:
global:
Expand All @@ -30,6 +31,8 @@ branches:

matrix:
fast_finish: true
allow_failures:
- php: nightly
include:
- php: 5.6
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-coverage"
Expand Down

0 comments on commit 2ba17a1

Please sign in to comment.