From ea220db926b379040128da5683e5a2223c7bdab1 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 20 Jul 2016 22:17:16 +0200 Subject: Ability to use selenide and phantomjs in ITs * selenide should replace Selenese HTML tests * phantomjs should replace Firefox in environments that require XVFB --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 25114af6581..063a3632829 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ cache: - server/sonar-web/node - server/sonar-web/node_modules - $HOME/jvm + - $HOME/phantomjs before_cache: # remove all the artifacts (JAR, ZIP) that are installed in local repo because of mvn deploy -- cgit v1.2.3