Skip to content

Commit

Permalink
Allow Travis builds to fail on PHP nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigurdur Gudbrandsson committed Feb 13, 2017
1 parent 211b8f4 commit 0e89046
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ before_script:

script:
- vendor/bin/phpunit tests

matrix:
allow_failures:
- php: nightly

0 comments on commit 0e89046

Please sign in to comment.