Skip to content

Commit

Permalink
Add php5.6 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Jan 3, 2016
1 parent c24a3f0 commit a5c0a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ root = true

[*]
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
Expand Down
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.4
- 5.5
- 5.6

env:
matrix:
Expand Down

0 comments on commit a5c0a32

Please sign in to comment.