Skip to content

Commit

Permalink
Added PHP 7.1 to Travis-CI and Scrutinizer-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayne committed Feb 5, 2017
1 parent b86f903 commit 5d01f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ checks:
php: true
tools:
external_code_coverage:
runs: 2
runs: 3
php_code_sniffer:
config:
standard: "PSR2"
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- '5.6'
- '7.0'
- '7.1'
- hhvm
- nightly

Expand Down

0 comments on commit 5d01f4b

Please sign in to comment.