summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml14
1 files changed, 9 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index c4eff52d1..828ac37d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,13 +6,17 @@ php:
- hhvm
matrix:
- allow_failures:
- - php: hhvm
+ allow_failures:
+ - php: hhvm
+ include:
+ - php: 5.4
+ env: DB=sqlite
+ - php: 5.4
+ env: DB=pgsql
env:
- - DB=sqlite
- - DB=pgsql
- - DB=mysql
+ matrix:
+ - DB=mysql
before_install:
# get a newer node.js version