From ce1eb81bcd0533aac60a2ab1157b14cf494ee20a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 8 Oct 2014 23:11:58 +0200 Subject: make travis faster by disabling unused dbs --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 28dca6ae2..e63dd3f6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,9 @@ php: env: - DB=sqlite - - DB=postgresql - - DB=mysql + # enable if there are tests for it + # - DB=postgresql + # - DB=mysql before_install: # get a newer node.js version -- cgit v1.2.3