Skip to content

Commit

Permalink
Run Travis also against PHP nightly builds (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn authored and xyNNN committed Sep 15, 2017
1 parent 398192c commit 38fb871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php:
- 5.6
- 7.0
- 7.1
- nightly

sudo: false
dist: precise
Expand All @@ -23,4 +24,4 @@ after_script:
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

notifications:
email: [email protected]
email: [email protected]

0 comments on commit 38fb871

Please sign in to comment.