From 55b08b0f556d46f00b52e0cf8249742484553009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 26 Mar 2014 13:38:08 +0100 Subject: [PATCH] Do not try to run selenium tests in Travis by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6cbd5c8366..ae9bd3d7c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ php: - "5.4" - "5.3" - hhvm +env: + matrix: + PHPUNIT_ARGS="--exclude-group selenium" before_install: - sudo apt-get update -qq - sudo apt-get install -qq ant