Skip to content
Snippets Groups Projects
Commit a9c1ce98 authored by Jaime Pérez's avatar Jaime Pérez
Browse files

Merge pull request #130 from br00k/fix/update-testing

add testing for php 5.6 and hhvm (allow failures)
parents 28bbae2d 4000d767
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,12 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script: composer install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment