diff options
author | Fred Emmott <fredemmott@fb.com> | 2014-01-14 19:29:36 +0100 |
---|---|---|
committer | Fred Emmott <fredemmott@fb.com> | 2014-01-14 19:29:36 +0100 |
commit | c75cb6981076dbe88db55250e6e5c9c7fbbb84e3 (patch) | |
tree | 5ee9d649ee76564984492046e3b2d0dad6a4b469 /.travis.yml | |
parent | 7892699d9da713a94a77f3cd949f71aa60ca7c06 (diff) |
Enable HHVM on travis-ci
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index fa9d5e563..bc1361209 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.3 - 5.4 - 5.5 + - hhvm env: - DB=mysql |