Browse Source

added hhvm hiphop php vm to travis to run test on it

http://www.hhvm.com/blog/2393/hhvm-2-3-0-and-travis-ci
tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
17840dfad1
  1. 1
      .travis.yml

1
.travis.yml

@ -3,6 +3,7 @@ language: php
php:
- 5.4
- 5.5
- hhvm
services:
- redis-server

Loading…
Cancel
Save