Browse Source

Update .travis.yml

Try to get travis to run our tests against the hip-hop VM from facebook. Cool stuff.
pull/445/head
Jonathan Green 11 years ago
parent
commit
d33cf59bb0
  1. 1
      .travis.yml

1
.travis.yml

@ -2,6 +2,7 @@ language: php
php: php:
- 5.3.3 - 5.3.3
- 5.4 - 5.4
- hhvm
branches: branches:
only: only:
- /^7.x/ - /^7.x/

Loading…
Cancel
Save