1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-12 00:04:11 +02:00

Add 5.6 and hhvm to .travis.yml

This commit is contained in:
Daniel St. Jules
2014-05-18 20:59:16 -04:00
parent 7600549abc
commit 2b2c03bd1f

View File

@@ -1,5 +1,13 @@
language: php
php:
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
matrix:
allow_failures:
- php: 5.6
- php: hhvm
fast_finish: true