diff options
author | Paul Tarjan <github@paulisageek.com> | 2013-12-13 11:49:12 -0800 |
---|---|---|
committer | Paul Tarjan <github@paulisageek.com> | 2013-12-13 11:49:12 -0800 |
commit | 66c9ca44006c1de8f067c377513c4793a3f47dc8 (patch) | |
tree | 9d28b46715a4621684da4be902bfeba69a04cb12 | |
parent | a999dbad747f45605bbd74264c235e0b39b5af63 (diff) | |
download | forums-66c9ca44006c1de8f067c377513c4793a3f47dc8.tar forums-66c9ca44006c1de8f067c377513c4793a3f47dc8.tar.gz forums-66c9ca44006c1de8f067c377513c4793a3f47dc8.tar.bz2 forums-66c9ca44006c1de8f067c377513c4793a3f47dc8.tar.xz forums-66c9ca44006c1de8f067c377513c4793a3f47dc8.zip |
Try running unit tests on HHVM
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index bbca989254..ccee8e9eee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.3 - 5.4 - 5.5 + - hhvm env: - DB=mariadb |