Skip to content

Commit

Permalink
add php: nightly to allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Aug 21, 2017
1 parent b8a3aef commit 2bf1744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ matrix:
- php: nightly
env:
- DEPS=latest
allow_failures:
- php: nightly

before_script:
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable --no-interaction ; fi
Expand Down

0 comments on commit 2bf1744

Please sign in to comment.