From 6de352f7daa5d59c478ac31168d1a0220f7616a8 Mon Sep 17 00:00:00 2001 From: Dhruv Date: Sun, 10 Aug 2014 00:53:01 +0200 Subject: [PATCH] [ticket/12962] Run UI tests on Travis-mysql PHPBB3-12962 --- .travis.yml | 1 + travis/phpunit-mysql-travis.xml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index cbba07b16d..b2514d1d57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ install: before_script: - travis/setup-database.sh $DB $TRAVIS_PHP_VERSION + - phantomjs --webdriver=8910 script: - travis/phing-sniff.sh $DB $TRAVIS_PHP_VERSION diff --git a/travis/phpunit-mysql-travis.xml b/travis/phpunit-mysql-travis.xml index 21122ccaeb..d0d3e3c0c0 100644 --- a/travis/phpunit-mysql-travis.xml +++ b/travis/phpunit-mysql-travis.xml @@ -16,10 +16,14 @@ ../tests ../tests/functional ../tests/lint_test.php + ../tests/ui ../tests/functional + + ../tests/ui +