Skip to content

Commit

Permalink
Added php nightly for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Big-Shark authored Jul 28, 2016
1 parent 6226d33 commit f4410b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ php:
- 5.5
- 5.6
- 7.0
- nightly
- hhvm

matrix:
fast_finish: true
allow_failures:
- php: 7.0
- php: nightly
- php: hhvm

before_script:
Expand All @@ -22,4 +23,4 @@ script:
- ./vendor/bin/phpcs --standard=PSR2 -p --report=full --report-checkstyle=build/logs/checkstyle.xml src/ tests/

after_script:
- ./vendor/bin/coveralls -v
- ./vendor/bin/coveralls -v

0 comments on commit f4410b7

Please sign in to comment.