Skip to content

Commit

Permalink
Add nightly build to travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Jan 7, 2018
1 parent ce2a840 commit d8f5bb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -3,9 +3,14 @@ php:
- 7.0
- 7.1
- 7.2
- nightly
env:
- PREFER_LOWEST="--prefer-lowest --prefer-stable"
- PREFER_LOWEST=""
matrix:
fast_finish: true
allow_failures:
- php: nightly
before_script:
- composer update $PREFER_LOWEST
script:
Expand Down

0 comments on commit d8f5bb8

Please sign in to comment.