summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-01-23 16:26:05 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-23 16:26:05 +0100
commitfb8f05dde79e35c6f9911c493d1b8ad051feb54b (patch)
tree5067a8e9d83ee53af2ef480840e97e2c3843e58b /.travis.yml
parent8a4f97c66a7d4dce07fece4dc059c0be0a2b6f33 (diff)
try to add support for hhvm
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 68febcd68..5123028ce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,8 @@
language: php
php:
- - 5.4
- - 5.5
- - 5.6
+# - 5.4
+# - 5.5
+# - 5.6
- hhvm
matrix:
@@ -11,8 +11,8 @@ matrix:
env:
- DB=sqlite
- - DB=postgresql
- - DB=mysql
+# - DB=postgresql
+# - DB=mysql
before_install:
# get a newer node.js version