Skip to content

Commit

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

0 comments on commit 25a927f

Please sign in to comment.