Skip to content

Commit

Permalink
test against PHP 7, allowing for failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Mar 25, 2015
1 parent 7192966 commit 16a06da
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 @@ -5,6 +5,10 @@ php:
- 5.5
- 5.6
- hhvm
- nightly
matrix:
allow_failures:
- php: nightly
script:
- phpunit -c tests/unit/ --coverage-clover=coverage.clover
after_script:
Expand Down

0 comments on commit 16a06da

Please sign in to comment.