Skip to content

Commit

Permalink
CI - add 5.X, 7, hhvm
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekdrahos committed Jan 6, 2016
1 parent 7861840 commit 9351076
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ sudo: false
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
install:
- composer install
script:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Analyze PHP code with one command.
[![Dependency Status](https://www.versioneye.com/user/projects/5566c1666365390010c20000/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5566c1666365390010c20000)
[![Build Status](https://travis-ci.org/EdgedesignCZ/phpqa.svg)](https://travis-ci.org/EdgedesignCZ/phpqa)

## Requirements

- PHP >= 5.4.0

## Why?

Every analyzer has different arguments and options in different formats *(no surprise in PHP world :)*.
Expand Down

0 comments on commit 9351076

Please sign in to comment.